Shades of Deep Magenta #D221CA
Tints of Deep Magenta #D221CA
RGB
CMYK
RGB Variations
Color information
#D221CA (or 0xD221CA) is known color: Deep Magenta. HEX triplet: D2, 21 and CA. RGB value is (210,33,202). Sum of RGB (Red+Green+Blue) = 210+33+202=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 33 (13.28% from 255 or 7.42% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D221CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221CA is #2DDE35. Grayscale: #686868. Windows color (decimal): -3006006 or 13246930. OLE color: 13246930.
HSL color Cylindrical-coordinate representation of color #D221CA: hue angle of 302.71º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D221CA is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 202 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.18 |
| HSL | 302.71º | 0.73% | 0.48% | - |
| HSV(B) | 302.71º | 0.84% | 0.82% | - |
| XYZ | 37.78 | 19.05 | 57.56 | - |
| YUV | 105.19 | 182.64 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 202 | 0 | 0.84 | 0.04 | 0.18 | 302.71 | 0.73 | 0.48 |
| Hex | D2 | 21 | CA | 0 | 54 | 4 | 12 | 12F | 49 | 30 |
| Octal | 322 | 41 | 312 | 0 | 124 | 4 | 22 | 457 | 111 | 60 |
| Binary | 11010010 | 100001 | 11001010 | 0 | 1010100 | 100 | 10010 | 100101111 | 1001001 | 110000 |
Color Harmonies of #D221CA
Complementary color
Monochromatic Colors of #D221CA
Black with #D221CA
Text Example
Text Example
White with #D221CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D221CA; }
p { color: rgb(210,33,202); }
H1.HeaderClassName
{
color: #D221CA;
}
.AnyTagClassName
{
color: #D221CA;
}
</style>
background-color css
<style>
a { background-color: #D221CA; }
a { background-color: rgb(210,33,202); }
div.DivClassName
{
background-color: #D221CA;
}
.BgClassName
{
background-color: #D221CA;
}
</style>
border-color css
<style>
span { border-color: #D221CA; }
span { border-color: rgb(210,33,202); }
td.TdClassName
{
border-color: #D221CA;
}
.TagClassName
{
border-color: #D221CA;
}
</style>