Shades of Deep Magenta #D021CA
Tints of Deep Magenta #D021CA
RGB
CMYK
RGB Variations
Color information
#D021CA (or 0xD021CA) is known color: Deep Magenta. HEX triplet: D0, 21 and CA. RGB value is (208,33,202). Sum of RGB (Red+Green+Blue) = 208+33+202=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D021CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D021CA is #2FDE35. Grayscale: #686868. Windows color (decimal): -3137078 or 13246928. OLE color: 13246928.
HSL color Cylindrical-coordinate representation of color #D021CA: hue angle of 302.06º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D021CA is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 33 | 202 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.18 |
| HSL | 302.06º | 0.73% | 0.47% | - |
| HSV(B) | 302.06º | 0.84% | 0.82% | - |
| XYZ | 37.22 | 18.76 | 57.54 | - |
| YUV | 104.59 | 182.98 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 202 | 0 | 0.84 | 0.03 | 0.18 | 302.06 | 0.73 | 0.47 |
| Hex | D0 | 21 | CA | 0 | 54 | 3 | 12 | 12E | 49 | 2F |
| Octal | 320 | 41 | 312 | 0 | 124 | 3 | 22 | 456 | 111 | 57 |
| Binary | 11010000 | 100001 | 11001010 | 0 | 1010100 | 11 | 10010 | 100101110 | 1001001 | 101111 |
Color Harmonies of #D021CA
Complementary color
Monochromatic Colors of #D021CA
Black with #D021CA
Text Example
Text Example
White with #D021CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D021CA; }
p { color: rgb(208,33,202); }
H1.HeaderClassName
{
color: #D021CA;
}
.AnyTagClassName
{
color: #D021CA;
}
</style>
background-color css
<style>
a { background-color: #D021CA; }
a { background-color: rgb(208,33,202); }
div.DivClassName
{
background-color: #D021CA;
}
.BgClassName
{
background-color: #D021CA;
}
</style>
border-color css
<style>
span { border-color: #D021CA; }
span { border-color: rgb(208,33,202); }
td.TdClassName
{
border-color: #D021CA;
}
.TagClassName
{
border-color: #D021CA;
}
</style>