Shades of Fuchsia #D159BE
Tints of Fuchsia #D159BE
RGB
CMYK
RGB Variations
Color information
#D159BE (or 0xD159BE) is known color: Fuchsia. HEX triplet: D1, 59 and BE. RGB value is (209,89,190). Sum of RGB (Red+Green+Blue) = 209+89+190=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D159BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159BE is #2EA641. Grayscale: #888888. Windows color (decimal): -3057218 or 12474833. OLE color: 12474833.
HSL color Cylindrical-coordinate representation of color #D159BE: hue angle of 309.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 #D159BE is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 190 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.18 |
| HSL | 309.5º | 0.57% | 0.58% | - |
| HSV(B) | 309.5º | 0.57% | 0.82% | - |
| XYZ | 39.16 | 24.42 | 51.36 | - |
| YUV | 136.39 | 158.26 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 190 | 0 | 0.57 | 0.09 | 0.18 | 309.5 | 0.57 | 0.58 |
| Hex | D1 | 59 | BE | 0 | 39 | 9 | 12 | 136 | 39 | 3A |
| Octal | 321 | 131 | 276 | 0 | 71 | 11 | 22 | 466 | 71 | 72 |
| Binary | 11010001 | 1011001 | 10111110 | 0 | 111001 | 1001 | 10010 | 100110110 | 111001 | 111010 |
Color Harmonies of #D159BE
Complementary color
Monochromatic Colors of #D159BE
Black with #D159BE
Text Example
Text Example
White with #D159BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D159BE; }
p { color: rgb(209,89,190); }
H1.HeaderClassName
{
color: #D159BE;
}
.AnyTagClassName
{
color: #D159BE;
}
</style>
background-color css
<style>
a { background-color: #D159BE; }
a { background-color: rgb(209,89,190); }
div.DivClassName
{
background-color: #D159BE;
}
.BgClassName
{
background-color: #D159BE;
}
</style>
border-color css
<style>
span { border-color: #D159BE; }
span { border-color: rgb(209,89,190); }
td.TdClassName
{
border-color: #D159BE;
}
.TagClassName
{
border-color: #D159BE;
}
</style>