Shades of Deep Magenta #D020CA
Tints of Deep Magenta #D020CA
RGB
CMYK
RGB Variations
Color information
#D020CA (or 0xD020CA) is known color: Deep Magenta. HEX triplet: D0, 20 and CA. RGB value is (208,32,202). Sum of RGB (Red+Green+Blue) = 208+32+202=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 32 (12.89% from 255 or 7.24% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D020CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D020CA is #2FDF35. Grayscale: #676767. Windows color (decimal): -3137334 or 13246672. OLE color: 13246672.
HSL color Cylindrical-coordinate representation of color #D020CA: hue angle of 302.05º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D020CA is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 202 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.18 |
| HSL | 302.05º | 0.73% | 0.47% | - |
| HSV(B) | 302.05º | 0.85% | 0.82% | - |
| XYZ | 37.19 | 18.71 | 57.53 | - |
| YUV | 104 | 183.31 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 202 | 0 | 0.85 | 0.03 | 0.18 | 302.05 | 0.73 | 0.47 |
| Hex | D0 | 20 | CA | 0 | 55 | 3 | 12 | 12E | 49 | 2F |
| Octal | 320 | 40 | 312 | 0 | 125 | 3 | 22 | 456 | 111 | 57 |
| Binary | 11010000 | 100000 | 11001010 | 0 | 1010101 | 11 | 10010 | 100101110 | 1001001 | 101111 |
Color Harmonies of #D020CA
Complementary color
Monochromatic Colors of #D020CA
Black with #D020CA
Text Example
Text Example
White with #D020CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D020CA; }
p { color: rgb(208,32,202); }
H1.HeaderClassName
{
color: #D020CA;
}
.AnyTagClassName
{
color: #D020CA;
}
</style>
background-color css
<style>
a { background-color: #D020CA; }
a { background-color: rgb(208,32,202); }
div.DivClassName
{
background-color: #D020CA;
}
.BgClassName
{
background-color: #D020CA;
}
</style>
border-color css
<style>
span { border-color: #D020CA; }
span { border-color: rgb(208,32,202); }
td.TdClassName
{
border-color: #D020CA;
}
.TagClassName
{
border-color: #D020CA;
}
</style>