#D85FB7

Color #D85FB7 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D85FB7

Tints of Fuchsia #D85FB7

Color information

#D85FB7 (or 0xD85FB7) is unknown color: approx Fuchsia. HEX triplet: D8, 5F and B7. RGB value is (216,95,183). Sum of RGB (Red+Green+Blue) = 216+95+183=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D85FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85FB7 is #27A048. Grayscale: #8C8C8C. Windows color (decimal): -2596937 or 12017624. OLE color: 12017624.

HSL color Cylindrical-coordinate representation of color #D85FB7: hue angle of 316.36º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85FB7 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB21695183-
CMYK00.560.150.15
HSL316.36º60.8%60.98%-
HSV(B)316.36º56.02%84.71%-
XYZ40.9626.247.7-
YUV141.21151.59181.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 43.72%
GREEN value IS 95 (37.5% from 255) = 19.23%
BLUE value IS 183 (71.88% from 255) = 37.04%
R=43.72%
G=19.23%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169518300.560.150.15316.3660.860.98
HexD85FB7038FF13c3d3d
Octal33013726707017174747575
Binary11011000101111110110111011100011111111100111100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85FB7; }

 p { color: rgb(216,95,183); }

 H1.HeaderClassName
 {
   color: #D85FB7;
 }
 .AnyTagClassName
 {
   color: #D85FB7;
 }
</style>
background-color css

<style>
 a { background-color: #D85FB7; }

 a { background-color: rgb(216,95,183); }

 div.DivClassName
 {
   background-color: #D85FB7;
 }
 .BgClassName
 {
   background-color: #D85FB7;
 }
</style>
border-color css

<style>
 span { border-color: #D85FB7; }

 span { border-color: rgb(216,95,183); }

 td.TdClassName
 {
   border-color: #D85FB7;
 }
 .TagClassName
 {
   border-color: #D85FB7;
 }
</style>