#D85EB6

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

Shades of Fuchsia #D85EB6

Tints of Fuchsia #D85EB6

Color information

#D85EB6 (or 0xD85EB6) is unknown color: approx Fuchsia. HEX triplet: D8, 5E and B6. RGB value is (216,94,182). Sum of RGB (Red+Green+Blue) = 216+94+182=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D85EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85EB6 is #27A149. Grayscale: #8C8C8C. Windows color (decimal): -2597194 or 11951832. OLE color: 11951832.

HSL color Cylindrical-coordinate representation of color #D85EB6: hue angle of 316.72º 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 #D85EB6 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB21694182-
CMYK00.560.160.15
HSL316.72º61%60.78%-
HSV(B)316.72º56.48%84.71%-
XYZ40.7725.9847.12-
YUV140.51151.42181.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.90%
GREEN value IS 94 (37.11% from 255) = 19.11%
BLUE value IS 182 (71.48% from 255) = 36.99%
R=43.90%
G=19.11%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169418200.560.160.15316.726160.78
HexD85EB603810F13d3d3d
Octal33013626607020174757575
Binary110110001011110101101100111000100001111100111101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85EB6; }

 p { color: rgb(216,94,182); }

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

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

 a { background-color: rgb(216,94,182); }

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

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

 span { border-color: rgb(216,94,182); }

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