Shades of Fuchsia #D02CC0
Tints of Fuchsia #D02CC0
RGB
CMYK
RGB Variations
Color information
#D02CC0 (or 0xD02CC0) is known color: Fuchsia. HEX triplet: D0, 2C and C0. RGB value is (208,44,192). Sum of RGB (Red+Green+Blue) = 208+44+192=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D02CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02CC0 is #2FD33F. Grayscale: #6D6D6D. Windows color (decimal): -3134272 or 12594384. OLE color: 12594384.
HSL color Cylindrical-coordinate representation of color #D02CC0: hue angle of 305.85º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02CC0 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 44 | 192 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.18 |
| HSL | 305.85º | 0.65% | 0.49% | - |
| HSV(B) | 305.85º | 0.79% | 0.82% | - |
| XYZ | 36.43 | 19.02 | 51.62 | - |
| YUV | 109.91 | 174.33 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 192 | 0 | 0.79 | 0.08 | 0.18 | 305.85 | 0.65 | 0.49 |
| Hex | D0 | 2C | C0 | 0 | 4F | 8 | 12 | 132 | 41 | 31 |
| Octal | 320 | 54 | 300 | 0 | 117 | 10 | 22 | 462 | 101 | 61 |
| Binary | 11010000 | 101100 | 11000000 | 0 | 1001111 | 1000 | 10010 | 100110010 | 1000001 | 110001 |
Color Harmonies of #D02CC0
Complementary color
Monochromatic Colors of #D02CC0
Black with #D02CC0
Text Example
Text Example
White with #D02CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02CC0; }
p { color: rgb(208,44,192); }
H1.HeaderClassName
{
color: #D02CC0;
}
.AnyTagClassName
{
color: #D02CC0;
}
</style>
background-color css
<style>
a { background-color: #D02CC0; }
a { background-color: rgb(208,44,192); }
div.DivClassName
{
background-color: #D02CC0;
}
.BgClassName
{
background-color: #D02CC0;
}
</style>
border-color css
<style>
span { border-color: #D02CC0; }
span { border-color: rgb(208,44,192); }
td.TdClassName
{
border-color: #D02CC0;
}
.TagClassName
{
border-color: #D02CC0;
}
</style>