Shades of Fuchsia #D159B8
Tints of Fuchsia #D159B8
RGB
CMYK
RGB Variations
Color information
#D159B8 (or 0xD159B8) is known color: Fuchsia. HEX triplet: D1, 59 and B8. RGB value is (209,89,184). Sum of RGB (Red+Green+Blue) = 209+89+184=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D159B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159B8 is #2EA647. Grayscale: #878787. Windows color (decimal): -3057224 or 12081617. OLE color: 12081617.
HSL color Cylindrical-coordinate representation of color #D159B8: hue angle of 312.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 #D159B8 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 184 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.18 |
| HSL | 312.5º | 0.57% | 0.58% | - |
| HSV(B) | 312.5º | 0.57% | 0.82% | - |
| XYZ | 38.52 | 24.16 | 47.98 | - |
| YUV | 135.71 | 155.26 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 184 | 0 | 0.57 | 0.12 | 0.18 | 312.5 | 0.57 | 0.58 |
| Hex | D1 | 59 | B8 | 0 | 39 | C | 12 | 138 | 39 | 3A |
| Octal | 321 | 131 | 270 | 0 | 71 | 14 | 22 | 470 | 71 | 72 |
| Binary | 11010001 | 1011001 | 10111000 | 0 | 111001 | 1100 | 10010 | 100111000 | 111001 | 111010 |
Color Harmonies of #D159B8
Complementary color
Monochromatic Colors of #D159B8
Black with #D159B8
Text Example
Text Example
White with #D159B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D159B8; }
p { color: rgb(209,89,184); }
H1.HeaderClassName
{
color: #D159B8;
}
.AnyTagClassName
{
color: #D159B8;
}
</style>
background-color css
<style>
a { background-color: #D159B8; }
a { background-color: rgb(209,89,184); }
div.DivClassName
{
background-color: #D159B8;
}
.BgClassName
{
background-color: #D159B8;
}
</style>
border-color css
<style>
span { border-color: #D159B8; }
span { border-color: rgb(209,89,184); }
td.TdClassName
{
border-color: #D159B8;
}
.TagClassName
{
border-color: #D159B8;
}
</style>