Shades of Deep Magenta #D22CDD
Tints of Deep Magenta #D22CDD
RGB
CMYK
RGB Variations
Color information
#D22CDD (or 0xD22CDD) is known color: Deep Magenta. HEX triplet: D2, 2C and DD. RGB value is (210,44,221). Sum of RGB (Red+Green+Blue) = 210+44+221=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 44 (17.58% from 255 or 9.26% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #D22CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22CDD is #2DD322. Grayscale: #717171. Windows color (decimal): -3003171 or 14494930. OLE color: 14494930.
HSL color Cylindrical-coordinate representation of color #D22CDD: hue angle of 296.27º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22CDD is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 44 | 221 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.13 |
| HSL | 296.27º | 0.72% | 0.52% | - |
| HSV(B) | 296.27º | 0.8% | 0.87% | - |
| XYZ | 40.53 | 20.72 | 70.27 | - |
| YUV | 113.81 | 188.5 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 221 | 0.05 | 0.80 | 0 | 0.13 | 296.27 | 0.72 | 0.52 |
| Hex | D2 | 2C | DD | 5 | 50 | 0 | D | 128 | 48 | 34 |
| Octal | 322 | 54 | 335 | 5 | 120 | 0 | 15 | 450 | 110 | 64 |
| Binary | 11010010 | 101100 | 11011101 | 101 | 1010000 | 0 | 1101 | 100101000 | 1001000 | 110100 |
Color Harmonies of #D22CDD
Complementary color
Monochromatic Colors of #D22CDD
Black with #D22CDD
Text Example
Text Example
White with #D22CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22CDD; }
p { color: rgb(210,44,221); }
H1.HeaderClassName
{
color: #D22CDD;
}
.AnyTagClassName
{
color: #D22CDD;
}
</style>
background-color css
<style>
a { background-color: #D22CDD; }
a { background-color: rgb(210,44,221); }
div.DivClassName
{
background-color: #D22CDD;
}
.BgClassName
{
background-color: #D22CDD;
}
</style>
border-color css
<style>
span { border-color: #D22CDD; }
span { border-color: rgb(210,44,221); }
td.TdClassName
{
border-color: #D22CDD;
}
.TagClassName
{
border-color: #D22CDD;
}
</style>