#D159B6

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

Shades of Fuchsia #D159B6

Tints of Fuchsia #D159B6

Color information

#D159B6 (or 0xD159B6) is unknown color: approx Fuchsia. HEX triplet: D1, 59 and B6. RGB value is (209,89,182). Sum of RGB (Red+Green+Blue) = 209+89+182=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 182 (71.48% from 255 or 37.92% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D159B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159B6 is #2EA649. Grayscale: #878787. Windows color (decimal): -3057226 or 11950545. OLE color: 11950545.

HSL color Cylindrical-coordinate representation of color #D159B6: hue angle of 313.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D159B6 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB20989182-
CMYK00.570.130.18
HSL313.5º56.6%58.43%-
HSV(B)313.5º57.42%81.96%-
XYZ38.3124.0846.88-
YUV135.48154.26180.44-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.54%
GREEN value IS 89 (35.16% from 255) = 18.54%
BLUE value IS 182 (71.48% from 255) = 37.92%
R=43.54%
G=18.54%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098918200.570.130.18313.556.658.43
HexD159B6039D1213a393a
Octal32113126607115224727172
Binary110100011011001101101100111001110110010100111010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D159B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D159B6; }

 p { color: rgb(209,89,182); }

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

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

 a { background-color: rgb(209,89,182); }

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

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

 span { border-color: rgb(209,89,182); }

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