Shades of Fuchsia #D059C0
Tints of Fuchsia #D059C0
RGB
CMYK
RGB Variations
Color information
#D059C0 (or 0xD059C0) is known color: Fuchsia. HEX triplet: D0, 59 and C0. RGB value is (208,89,192). Sum of RGB (Red+Green+Blue) = 208+89+192=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D059C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059C0 is #2FA63F. Grayscale: #888888. Windows color (decimal): -3122752 or 12605904. OLE color: 12605904.
HSL color Cylindrical-coordinate representation of color #D059C0: hue angle of 308.07º 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 #D059C0 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 89 | 192 | - |
CMYK | 0 | 0.57 | 0.08 | 0.18 |
HSL | 308.07º | 0.56% | 0.58% | - |
HSV(B) | 308.07º | 0.57% | 0.82% | - |
XYZ | 39.1 | 24.36 | 52.51 | - |
YUV | 136.32 | 159.42 | 179.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 89 | 192 | 0 | 0.57 | 0.08 | 0.18 | 308.07 | 0.56 | 0.58 |
Hex | D0 | 59 | C0 | 0 | 39 | 8 | 12 | 134 | 38 | 3A |
Octal | 320 | 131 | 300 | 0 | 71 | 10 | 22 | 464 | 70 | 72 |
Binary | 11010000 | 1011001 | 11000000 | 0 | 111001 | 1000 | 10010 | 100110100 | 111000 | 111010 |
Color Harmonies of #D059C0
Complementary color
Monochromatic Colors of #D059C0
Black with #D059C0
Text Example
Text Example
White with #D059C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059C0; }
p { color: rgb(208,89,192); }
H1.HeaderClassName
{
color: #D059C0;
}
.AnyTagClassName
{
color: #D059C0;
}
</style>
background-color css
<style>
a { background-color: #D059C0; }
a { background-color: rgb(208,89,192); }
div.DivClassName
{
background-color: #D059C0;
}
.BgClassName
{
background-color: #D059C0;
}
</style>
border-color css
<style>
span { border-color: #D059C0; }
span { border-color: rgb(208,89,192); }
td.TdClassName
{
border-color: #D059C0;
}
.TagClassName
{
border-color: #D059C0;
}
</style>