#D159C9

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

Shades of Fuchsia #D159C9

Tints of Fuchsia #D159C9

Color information

#D159C9 (or 0xD159C9) is unknown color: approx Fuchsia. HEX triplet: D1, 59 and C9. RGB value is (209,89,201). Sum of RGB (Red+Green+Blue) = 209+89+201=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D159C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159C9 is #2EA636. Grayscale: #898989. Windows color (decimal): -3057207 or 13195729. OLE color: 13195729.

HSL color Cylindrical-coordinate representation of color #D159C9: hue angle of 304º 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 #D159C9 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB20989201-
CMYK00.570.040.18
HSL304º56.6%58.43%-
HSV(B)304º57.42%81.96%-
XYZ40.4124.9257.94-
YUV137.65163.76178.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.88%
GREEN value IS 89 (35.16% from 255) = 17.84%
BLUE value IS 201 (78.91% from 255) = 40.28%
R=41.88%
G=17.84%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098920100.570.040.1830456.658.43
HexD159C9039412130393a
Octal3211313110714224607172
Binary11010001101100111001001011100110010010100110000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D159C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D159C9; }

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

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

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

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

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

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

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

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