Shades of Fuchsia #D02DCC
Tints of Fuchsia #D02DCC
RGB
CMYK
RGB Variations
Color information
#D02DCC (or 0xD02DCC) is known color: Fuchsia. HEX triplet: D0, 2D and CC. RGB value is (208,45,204). Sum of RGB (Red+Green+Blue) = 208+45+204=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 45 (17.97% from 255 or 9.85% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D02DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02DCC is #2FD233. Grayscale: #6F6F6F. Windows color (decimal): -3134004 or 13381072. OLE color: 13381072.
HSL color Cylindrical-coordinate representation of color #D02DCC: hue angle of 301.47º 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 #D02DCC is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 204 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.18 |
| HSL | 301.47º | 0.64% | 0.5% | - |
| HSV(B) | 301.47º | 0.78% | 0.82% | - |
| XYZ | 37.85 | 19.65 | 58.92 | - |
| YUV | 111.86 | 180 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 204 | 0 | 0.78 | 0.02 | 0.18 | 301.47 | 0.64 | 0.5 |
| Hex | D0 | 2D | CC | 0 | 4E | 2 | 12 | 12D | 40 | 32 |
| Octal | 320 | 55 | 314 | 0 | 116 | 2 | 22 | 455 | 100 | 62 |
| Binary | 11010000 | 101101 | 11001100 | 0 | 1001110 | 10 | 10010 | 100101101 | 1000000 | 110010 |
Color Harmonies of #D02DCC
Complementary color
Monochromatic Colors of #D02DCC
Black with #D02DCC
Text Example
Text Example
White with #D02DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02DCC; }
p { color: rgb(208,45,204); }
H1.HeaderClassName
{
color: #D02DCC;
}
.AnyTagClassName
{
color: #D02DCC;
}
</style>
background-color css
<style>
a { background-color: #D02DCC; }
a { background-color: rgb(208,45,204); }
div.DivClassName
{
background-color: #D02DCC;
}
.BgClassName
{
background-color: #D02DCC;
}
</style>
border-color css
<style>
span { border-color: #D02DCC; }
span { border-color: rgb(208,45,204); }
td.TdClassName
{
border-color: #D02DCC;
}
.TagClassName
{
border-color: #D02DCC;
}
</style>