Html Css Color HEX #D159B0 Fuchsia

📋 copy color: '#D159B0'

red 209 ◦ green 89 ◦ blue 176

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

Shades of Fuchsia #D159B0

Tints of Fuchsia #D159B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.13%

R = 44.09%
G = 18.78%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D159B0 (or 0xD159B0) is known color: Fuchsia. HEX triplet: D1, 59 and B0. RGB value is (209,89,176). Sum of RGB (Red+Green+Blue) = 209+89+176=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D159B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D159B0 is #2EA64F. Grayscale: #868686. Windows color (decimal): -3057232 or 11557329. OLE color: 11557329.

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

Color convert

RGB 209 89 176 -
CMYK 0 0.57 0.16 0.18
HSL 316.5º 0.57% 0.58% -
HSV(B) 316.5º 0.57% 0.82% -
XYZ 37.7 23.83 43.69 -
YUV 134.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 209 89 176 0 0.57 0.16 0.18 316.5 0.57 0.58
Hex D1 59 B0 0 39 10 12 13C 39 3A
Octal 321 131 260 0 71 20 22 474 71 72
Binary 11010001 1011001 10110000 0 111001 10000 10010 100111100 111001 111010

Color Harmonies of #D159B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D159B0

Black with #D159B0

Text Example


Text Example

White with #D159B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D159B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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