Html Css Color HEX #D159B9 Fuchsia

📋 copy color: '#D159B9'

red 209 ◦ green 89 ◦ blue 185

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

Shades of Fuchsia #D159B9

Tints of Fuchsia #D159B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.3%

R = 43.27%
G = 18.43%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D159B9 (or 0xD159B9) is known color: Fuchsia. HEX triplet: D1, 59 and B9. RGB value is (209,89,185). Sum of RGB (Red+Green+Blue) = 209+89+185=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D159B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159B9 is #2EA646. Grayscale: #878787. Windows color (decimal): -3057223 or 12147153. OLE color: 12147153.

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

Color convert

RGB 209 89 185 -
CMYK 0 0.57 0.11 0.18
HSL 312º 0.57% 0.58% -
HSV(B) 312º 0.57% 0.82% -
XYZ 38.62 24.2 48.53 -
YUV 135.82 155.76 180.19 -
System Red Green Blue C M Y K H S L
Decimal 209 89 185 0 0.57 0.11 0.18 312 0.57 0.58
Hex D1 59 B9 0 39 B 12 138 39 3A
Octal 321 131 271 0 71 13 22 470 71 72
Binary 11010001 1011001 10111001 0 111001 1011 10010 100111000 111001 111010

Color Harmonies of #D159B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D159B9

Black with #D159B9

Text Example


Text Example

White with #D159B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D159B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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