Shades of Fuchsia #D159AC
Tints of Fuchsia #D159AC
RGB
CMYK
RGB Variations
Color information
#D159AC (or 0xD159AC) is known color: Fuchsia. HEX triplet: D1, 59 and AC. RGB value is (209,89,172). Sum of RGB (Red+Green+Blue) = 209+89+172=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D159AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D159AC is #2EA653. Grayscale: #868686. Windows color (decimal): -3057236 or 11295185. OLE color: 11295185.
HSL color Cylindrical-coordinate representation of color #D159AC: hue angle of 318.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 #D159AC is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 172 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.18 |
| HSL | 318.5º | 0.57% | 0.58% | - |
| HSV(B) | 318.5º | 0.57% | 0.82% | - |
| XYZ | 37.31 | 23.68 | 41.63 | - |
| YUV | 134.34 | 149.26 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 172 | 0 | 0.57 | 0.18 | 0.18 | 318.5 | 0.57 | 0.58 |
| Hex | D1 | 59 | AC | 0 | 39 | 12 | 12 | 13E | 39 | 3A |
| Octal | 321 | 131 | 254 | 0 | 71 | 22 | 22 | 476 | 71 | 72 |
| Binary | 11010001 | 1011001 | 10101100 | 0 | 111001 | 10010 | 10010 | 100111110 | 111001 | 111010 |
Color Harmonies of #D159AC
Complementary color
Monochromatic Colors of #D159AC
Black with #D159AC
Text Example
Text Example
White with #D159AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D159AC; }
p { color: rgb(209,89,172); }
H1.HeaderClassName
{
color: #D159AC;
}
.AnyTagClassName
{
color: #D159AC;
}
</style>
background-color css
<style>
a { background-color: #D159AC; }
a { background-color: rgb(209,89,172); }
div.DivClassName
{
background-color: #D159AC;
}
.BgClassName
{
background-color: #D159AC;
}
</style>
border-color css
<style>
span { border-color: #D159AC; }
span { border-color: rgb(209,89,172); }
td.TdClassName
{
border-color: #D159AC;
}
.TagClassName
{
border-color: #D159AC;
}
</style>