Shades of Fuchsia #D059AF
Tints of Fuchsia #D059AF
RGB
CMYK
RGB Variations
Color information
#D059AF (or 0xD059AF) is known color: Fuchsia. HEX triplet: D0, 59 and AF. RGB value is (208,89,175). Sum of RGB (Red+Green+Blue) = 208+89+175=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D059AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D059AF is #2FA650. Grayscale: #868686. Windows color (decimal): -3122769 or 11491792. OLE color: 11491792.
HSL color Cylindrical-coordinate representation of color #D059AF: hue angle of 316.64º degrees, saturation: 0.56, 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 #D059AF is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 175 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.18 |
| HSL | 316.64º | 0.56% | 0.58% | - |
| HSV(B) | 316.64º | 0.57% | 0.82% | - |
| XYZ | 37.32 | 23.65 | 43.16 | - |
| YUV | 134.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 175 | 0 | 0.57 | 0.16 | 0.18 | 316.64 | 0.56 | 0.58 |
| Hex | D0 | 59 | AF | 0 | 39 | 10 | 12 | 13D | 38 | 3A |
| Octal | 320 | 131 | 257 | 0 | 71 | 20 | 22 | 475 | 70 | 72 |
| Binary | 11010000 | 1011001 | 10101111 | 0 | 111001 | 10000 | 10010 | 100111101 | 111000 | 111010 |
Color Harmonies of #D059AF
Complementary color
Monochromatic Colors of #D059AF
Black with #D059AF
Text Example
Text Example
White with #D059AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059AF; }
p { color: rgb(208,89,175); }
H1.HeaderClassName
{
color: #D059AF;
}
.AnyTagClassName
{
color: #D059AF;
}
</style>
background-color css
<style>
a { background-color: #D059AF; }
a { background-color: rgb(208,89,175); }
div.DivClassName
{
background-color: #D059AF;
}
.BgClassName
{
background-color: #D059AF;
}
</style>
border-color css
<style>
span { border-color: #D059AF; }
span { border-color: rgb(208,89,175); }
td.TdClassName
{
border-color: #D059AF;
}
.TagClassName
{
border-color: #D059AF;
}
</style>