Shades of Fuchsia #D059CC
Tints of Fuchsia #D059CC
RGB
CMYK
RGB Variations
Color information
#D059CC (or 0xD059CC) is known color: Fuchsia. HEX triplet: D0, 59 and CC. RGB value is (208,89,204). Sum of RGB (Red+Green+Blue) = 208+89+204=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D059CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059CC is #2FA633. Grayscale: #898989. Windows color (decimal): -3122740 or 13392336. OLE color: 13392336.
HSL color Cylindrical-coordinate representation of color #D059CC: hue angle of 302.02º 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 #D059CC is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 204 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.18 |
| HSL | 302.02º | 0.56% | 0.58% | - |
| HSV(B) | 302.02º | 0.57% | 0.82% | - |
| XYZ | 40.48 | 24.91 | 59.8 | - |
| YUV | 137.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 204 | 0 | 0.57 | 0.02 | 0.18 | 302.02 | 0.56 | 0.58 |
| Hex | D0 | 59 | CC | 0 | 39 | 2 | 12 | 12E | 38 | 3A |
| Octal | 320 | 131 | 314 | 0 | 71 | 2 | 22 | 456 | 70 | 72 |
| Binary | 11010000 | 1011001 | 11001100 | 0 | 111001 | 10 | 10010 | 100101110 | 111000 | 111010 |
Color Harmonies of #D059CC
Complementary color
Monochromatic Colors of #D059CC
Black with #D059CC
Text Example
Text Example
White with #D059CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059CC; }
p { color: rgb(208,89,204); }
H1.HeaderClassName
{
color: #D059CC;
}
.AnyTagClassName
{
color: #D059CC;
}
</style>
background-color css
<style>
a { background-color: #D059CC; }
a { background-color: rgb(208,89,204); }
div.DivClassName
{
background-color: #D059CC;
}
.BgClassName
{
background-color: #D059CC;
}
</style>
border-color css
<style>
span { border-color: #D059CC; }
span { border-color: rgb(208,89,204); }
td.TdClassName
{
border-color: #D059CC;
}
.TagClassName
{
border-color: #D059CC;
}
</style>