Shades of Fuchsia #D059C5
Tints of Fuchsia #D059C5
RGB
CMYK
RGB Variations
Color information
#D059C5 (or 0xD059C5) is known color: Fuchsia. HEX triplet: D0, 59 and C5. RGB value is (208,89,197). Sum of RGB (Red+Green+Blue) = 208+89+197=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D059C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059C5 is #2FA63A. Grayscale: #888888. Windows color (decimal): -3122747 or 12933584. OLE color: 12933584.
HSL color Cylindrical-coordinate representation of color #D059C5: hue angle of 305.55º 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 #D059C5 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 197 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.18 |
| HSL | 305.55º | 0.56% | 0.58% | - |
| HSV(B) | 305.55º | 0.57% | 0.82% | - |
| XYZ | 39.66 | 24.59 | 55.48 | - |
| YUV | 136.89 | 161.92 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 197 | 0 | 0.57 | 0.05 | 0.18 | 305.55 | 0.56 | 0.58 |
| Hex | D0 | 59 | C5 | 0 | 39 | 5 | 12 | 132 | 38 | 3A |
| Octal | 320 | 131 | 305 | 0 | 71 | 5 | 22 | 462 | 70 | 72 |
| Binary | 11010000 | 1011001 | 11000101 | 0 | 111001 | 101 | 10010 | 100110010 | 111000 | 111010 |
Color Harmonies of #D059C5
Complementary color
Monochromatic Colors of #D059C5
Black with #D059C5
Text Example
Text Example
White with #D059C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059C5; }
p { color: rgb(208,89,197); }
H1.HeaderClassName
{
color: #D059C5;
}
.AnyTagClassName
{
color: #D059C5;
}
</style>
background-color css
<style>
a { background-color: #D059C5; }
a { background-color: rgb(208,89,197); }
div.DivClassName
{
background-color: #D059C5;
}
.BgClassName
{
background-color: #D059C5;
}
</style>
border-color css
<style>
span { border-color: #D059C5; }
span { border-color: rgb(208,89,197); }
td.TdClassName
{
border-color: #D059C5;
}
.TagClassName
{
border-color: #D059C5;
}
</style>