Shades of Fuchsia #D159C5
Tints of Fuchsia #D159C5
RGB
CMYK
RGB Variations
Color information
#D159C5 (or 0xD159C5) is known color: Fuchsia. HEX triplet: D1, 59 and C5. RGB value is (209,89,197). Sum of RGB (Red+Green+Blue) = 209+89+197=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D159C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159C5 is #2EA63A. Grayscale: #888888. Windows color (decimal): -3057211 or 12933585. OLE color: 12933585.
HSL color Cylindrical-coordinate representation of color #D159C5: hue angle of 306º 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 #D159C5 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 197 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.18 |
| HSL | 306º | 0.57% | 0.58% | - |
| HSV(B) | 306º | 0.57% | 0.82% | - |
| XYZ | 39.94 | 24.73 | 55.49 | - |
| YUV | 137.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 197 | 0 | 0.57 | 0.06 | 0.18 | 306 | 0.57 | 0.58 |
| Hex | D1 | 59 | C5 | 0 | 39 | 6 | 12 | 132 | 39 | 3A |
| Octal | 321 | 131 | 305 | 0 | 71 | 6 | 22 | 462 | 71 | 72 |
| Binary | 11010001 | 1011001 | 11000101 | 0 | 111001 | 110 | 10010 | 100110010 | 111001 | 111010 |
Color Harmonies of #D159C5
Complementary color
Monochromatic Colors of #D159C5
Black with #D159C5
Text Example
Text Example
White with #D159C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D159C5; }
p { color: rgb(209,89,197); }
H1.HeaderClassName
{
color: #D159C5;
}
.AnyTagClassName
{
color: #D159C5;
}
</style>
background-color css
<style>
a { background-color: #D159C5; }
a { background-color: rgb(209,89,197); }
div.DivClassName
{
background-color: #D159C5;
}
.BgClassName
{
background-color: #D159C5;
}
</style>
border-color css
<style>
span { border-color: #D159C5; }
span { border-color: rgb(209,89,197); }
td.TdClassName
{
border-color: #D159C5;
}
.TagClassName
{
border-color: #D159C5;
}
</style>