Shades of Fuchsia #D059C9
Tints of Fuchsia #D059C9
RGB
CMYK
RGB Variations
Color information
#D059C9 (or 0xD059C9) is known color: Fuchsia. HEX triplet: D0, 59 and C9. RGB value is (208,89,201). Sum of RGB (Red+Green+Blue) = 208+89+201=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D059C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059C9 is #2FA636. Grayscale: #898989. Windows color (decimal): -3122743 or 13195728. OLE color: 13195728.
HSL color Cylindrical-coordinate representation of color #D059C9: hue angle of 303.53º 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 #D059C9 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 201 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.18 |
| HSL | 303.53º | 0.56% | 0.58% | - |
| HSV(B) | 303.53º | 0.57% | 0.82% | - |
| XYZ | 40.13 | 24.77 | 57.92 | - |
| YUV | 137.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 201 | 0 | 0.57 | 0.03 | 0.18 | 303.53 | 0.56 | 0.58 |
| Hex | D0 | 59 | C9 | 0 | 39 | 3 | 12 | 130 | 38 | 3A |
| Octal | 320 | 131 | 311 | 0 | 71 | 3 | 22 | 460 | 70 | 72 |
| Binary | 11010000 | 1011001 | 11001001 | 0 | 111001 | 11 | 10010 | 100110000 | 111000 | 111010 |
Color Harmonies of #D059C9
Complementary color
Monochromatic Colors of #D059C9
Black with #D059C9
Text Example
Text Example
White with #D059C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059C9; }
p { color: rgb(208,89,201); }
H1.HeaderClassName
{
color: #D059C9;
}
.AnyTagClassName
{
color: #D059C9;
}
</style>
background-color css
<style>
a { background-color: #D059C9; }
a { background-color: rgb(208,89,201); }
div.DivClassName
{
background-color: #D059C9;
}
.BgClassName
{
background-color: #D059C9;
}
</style>
border-color css
<style>
span { border-color: #D059C9; }
span { border-color: rgb(208,89,201); }
td.TdClassName
{
border-color: #D059C9;
}
.TagClassName
{
border-color: #D059C9;
}
</style>