Shades of Fuchsia #D02DC0
Tints of Fuchsia #D02DC0
RGB
CMYK
RGB Variations
Color information
#D02DC0 (or 0xD02DC0) is known color: Fuchsia. HEX triplet: D0, 2D and C0. RGB value is (208,45,192). Sum of RGB (Red+Green+Blue) = 208+45+192=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D02DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02DC0 is #2FD23F. Grayscale: #6E6E6E. Windows color (decimal): -3134016 or 12594640. OLE color: 12594640.
HSL color Cylindrical-coordinate representation of color #D02DC0: hue angle of 305.89º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02DC0 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 192 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.18 |
| HSL | 305.89º | 0.64% | 0.5% | - |
| HSV(B) | 305.89º | 0.78% | 0.82% | - |
| XYZ | 36.47 | 19.09 | 51.63 | - |
| YUV | 110.5 | 174 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 192 | 0 | 0.78 | 0.08 | 0.18 | 305.89 | 0.64 | 0.5 |
| Hex | D0 | 2D | C0 | 0 | 4E | 8 | 12 | 132 | 40 | 32 |
| Octal | 320 | 55 | 300 | 0 | 116 | 10 | 22 | 462 | 100 | 62 |
| Binary | 11010000 | 101101 | 11000000 | 0 | 1001110 | 1000 | 10010 | 100110010 | 1000000 | 110010 |
Color Harmonies of #D02DC0
Complementary color
Monochromatic Colors of #D02DC0
Black with #D02DC0
Text Example
Text Example
White with #D02DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02DC0; }
p { color: rgb(208,45,192); }
H1.HeaderClassName
{
color: #D02DC0;
}
.AnyTagClassName
{
color: #D02DC0;
}
</style>
background-color css
<style>
a { background-color: #D02DC0; }
a { background-color: rgb(208,45,192); }
div.DivClassName
{
background-color: #D02DC0;
}
.BgClassName
{
background-color: #D02DC0;
}
</style>
border-color css
<style>
span { border-color: #D02DC0; }
span { border-color: rgb(208,45,192); }
td.TdClassName
{
border-color: #D02DC0;
}
.TagClassName
{
border-color: #D02DC0;
}
</style>