Html Css Color HEX #D159C9 Fuchsia

📋 copy color: '#D159C9'

red 209 ◦ green 89 ◦ blue 201

#D159C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D159C9

Tints of Fuchsia #D159C9

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 value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D159C9 (or 0xD159C9) is known color: 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

RGB 209 89 201 -
CMYK 0 0.57 0.04 0.18
HSL 304º 0.57% 0.58% -
HSV(B) 304º 0.57% 0.82% -
XYZ 40.41 24.92 57.94 -
YUV 137.65 163.76 178.89 -
System Red Green Blue C M Y K H S L
Decimal 209 89 201 0 0.57 0.04 0.18 304 0.57 0.58
Hex D1 59 C9 0 39 4 12 130 39 3A
Octal 321 131 311 0 71 4 22 460 71 72
Binary 11010001 1011001 11001001 0 111001 100 10010 100110000 111001 111010

Color Harmonies of #D159C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D159C9

Black with #D159C9

Text Example


Text Example

White with #D159C9

Text Example


Text Example

HTML Codes & Css Web 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>