Html Css Color HEX #D159C8 Fuchsia

📋 copy color: '#D159C8'

red 209 ◦ green 89 ◦ blue 200

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

Shades of Fuchsia #D159C8

Tints of Fuchsia #D159C8

RGB

 RED value IS 209 (82.03% from 255) = 41.97%

 GREEN value IS 89 (35.16% from 255) = 17.87%

 BLUE value IS 200 (78.52% from 255) = 40.16%

R = 41.97%
G = 17.87%
B = 40.16%

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

#D159C8 (or 0xD159C8) is known color: Fuchsia. HEX triplet: D1, 59 and C8. RGB value is (209,89,200). Sum of RGB (Red+Green+Blue) = 209+89+200=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D159C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159C8 is #2EA637. Grayscale: #898989. Windows color (decimal): -3057208 or 13130193. OLE color: 13130193.

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

Color convert

RGB 209 89 200 -
CMYK 0 0.57 0.04 0.18
HSL 304.5º 0.57% 0.58% -
HSV(B) 304.5º 0.57% 0.82% -
XYZ 40.29 24.87 57.32 -
YUV 137.53 163.26 178.97 -
System Red Green Blue C M Y K H S L
Decimal 209 89 200 0 0.57 0.04 0.18 304.5 0.57 0.58
Hex D1 59 C8 0 39 4 12 130 39 3A
Octal 321 131 310 0 71 4 22 460 71 72
Binary 11010001 1011001 11001000 0 111001 100 10010 100110000 111001 111010

Color Harmonies of #D159C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D159C8

Black with #D159C8

Text Example


Text Example

White with #D159C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D159C8; }

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

 H1.HeaderClassName
 {
   color: #D159C8;
 }
 .AnyTagClassName
 {
   color: #D159C8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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