Html Css Color HEX #D159C0 Fuchsia

📋 copy color: '#D159C0'

red 209 ◦ green 89 ◦ blue 192

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

Shades of Fuchsia #D159C0

Tints of Fuchsia #D159C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.18%

R = 42.65%
G = 18.16%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D159C0 (or 0xD159C0) is known color: Fuchsia. HEX triplet: D1, 59 and C0. RGB value is (209,89,192). Sum of RGB (Red+Green+Blue) = 209+89+192=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D159C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159C0 is #2EA63F. Grayscale: #888888. Windows color (decimal): -3057216 or 12605905. OLE color: 12605905.

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

Color convert

RGB 209 89 192 -
CMYK 0 0.57 0.08 0.18
HSL 308.5º 0.57% 0.58% -
HSV(B) 308.5º 0.57% 0.82% -
XYZ 39.38 24.51 52.52 -
YUV 136.62 159.26 179.62 -
System Red Green Blue C M Y K H S L
Decimal 209 89 192 0 0.57 0.08 0.18 308.5 0.57 0.58
Hex D1 59 C0 0 39 8 12 134 39 3A
Octal 321 131 300 0 71 10 22 464 71 72
Binary 11010001 1011001 11000000 0 111001 1000 10010 100110100 111001 111010

Color Harmonies of #D159C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D159C0

Black with #D159C0

Text Example


Text Example

White with #D159C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D159C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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