Shades of Fuchsia #D159AD
Tints of Fuchsia #D159AD
RGB
CMYK
RGB Variations
Color information
#D159AD (or 0xD159AD) is known color: Fuchsia. HEX triplet: D1, 59 and AD. RGB value is (209,89,173). Sum of RGB (Red+Green+Blue) = 209+89+173=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D159AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D159AD is #2EA652. Grayscale: #868686. Windows color (decimal): -3057235 or 11360721. OLE color: 11360721.
HSL color Cylindrical-coordinate representation of color #D159AD: hue angle of 318º 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 #D159AD is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 173 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.18 |
| HSL | 318º | 0.57% | 0.58% | - |
| HSV(B) | 318º | 0.57% | 0.82% | - |
| XYZ | 37.41 | 23.72 | 42.14 | - |
| YUV | 134.46 | 149.76 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 173 | 0 | 0.57 | 0.17 | 0.18 | 318 | 0.57 | 0.58 |
| Hex | D1 | 59 | AD | 0 | 39 | 11 | 12 | 13E | 39 | 3A |
| Octal | 321 | 131 | 255 | 0 | 71 | 21 | 22 | 476 | 71 | 72 |
| Binary | 11010001 | 1011001 | 10101101 | 0 | 111001 | 10001 | 10010 | 100111110 | 111001 | 111010 |
Color Harmonies of #D159AD
Complementary color
Monochromatic Colors of #D159AD
Black with #D159AD
Text Example
Text Example
White with #D159AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D159AD; }
p { color: rgb(209,89,173); }
H1.HeaderClassName
{
color: #D159AD;
}
.AnyTagClassName
{
color: #D159AD;
}
</style>
background-color css
<style>
a { background-color: #D159AD; }
a { background-color: rgb(209,89,173); }
div.DivClassName
{
background-color: #D159AD;
}
.BgClassName
{
background-color: #D159AD;
}
</style>
border-color css
<style>
span { border-color: #D159AD; }
span { border-color: rgb(209,89,173); }
td.TdClassName
{
border-color: #D159AD;
}
.TagClassName
{
border-color: #D159AD;
}
</style>