Shades of Fuchsia #D159CC
Tints of Fuchsia #D159CC
RGB
CMYK
RGB Variations
Color information
#D159CC (or 0xD159CC) is known color: Fuchsia. HEX triplet: D1, 59 and CC. RGB value is (209,89,204). Sum of RGB (Red+Green+Blue) = 209+89+204=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D159CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159CC is #2EA633. Grayscale: #898989. Windows color (decimal): -3057204 or 13392337. OLE color: 13392337.
HSL color Cylindrical-coordinate representation of color #D159CC: hue angle of 302.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 #D159CC is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 204 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.18 |
| HSL | 302.5º | 0.57% | 0.58% | - |
| HSV(B) | 302.5º | 0.57% | 0.82% | - |
| XYZ | 40.77 | 25.06 | 59.82 | - |
| YUV | 137.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 204 | 0 | 0.57 | 0.02 | 0.18 | 302.5 | 0.57 | 0.58 |
| Hex | D1 | 59 | CC | 0 | 39 | 2 | 12 | 12E | 39 | 3A |
| Octal | 321 | 131 | 314 | 0 | 71 | 2 | 22 | 456 | 71 | 72 |
| Binary | 11010001 | 1011001 | 11001100 | 0 | 111001 | 10 | 10010 | 100101110 | 111001 | 111010 |
Color Harmonies of #D159CC
Complementary color
Monochromatic Colors of #D159CC
Black with #D159CC
Text Example
Text Example
White with #D159CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D159CC; }
p { color: rgb(209,89,204); }
H1.HeaderClassName
{
color: #D159CC;
}
.AnyTagClassName
{
color: #D159CC;
}
</style>
background-color css
<style>
a { background-color: #D159CC; }
a { background-color: rgb(209,89,204); }
div.DivClassName
{
background-color: #D159CC;
}
.BgClassName
{
background-color: #D159CC;
}
</style>
border-color css
<style>
span { border-color: #D159CC; }
span { border-color: rgb(209,89,204); }
td.TdClassName
{
border-color: #D159CC;
}
.TagClassName
{
border-color: #D159CC;
}
</style>