Shades of Deep Magenta #D22DDB
Tints of Deep Magenta #D22DDB
RGB
CMYK
RGB Variations
Color information
#D22DDB (or 0xD22DDB) is known color: Deep Magenta. HEX triplet: D2, 2D and DB. RGB value is (210,45,219). Sum of RGB (Red+Green+Blue) = 210+45+219=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 45 (17.97% from 255 or 9.49% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #D22DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22DDB is #2DD224. Grayscale: #717171. Windows color (decimal): -3002917 or 14364114. OLE color: 14364114.
HSL color Cylindrical-coordinate representation of color #D22DDB: hue angle of 296.9º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22DDB is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 45 | 219 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.14 |
| HSL | 296.9º | 0.71% | 0.52% | - |
| HSV(B) | 296.9º | 0.79% | 0.86% | - |
| XYZ | 40.3 | 20.69 | 68.89 | - |
| YUV | 114.17 | 187.16 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 219 | 0.04 | 0.79 | 0 | 0.14 | 296.9 | 0.71 | 0.52 |
| Hex | D2 | 2D | DB | 4 | 4F | 0 | E | 129 | 47 | 34 |
| Octal | 322 | 55 | 333 | 4 | 117 | 0 | 16 | 451 | 107 | 64 |
| Binary | 11010010 | 101101 | 11011011 | 100 | 1001111 | 0 | 1110 | 100101001 | 1000111 | 110100 |
Color Harmonies of #D22DDB
Complementary color
Monochromatic Colors of #D22DDB
Black with #D22DDB
Text Example
Text Example
White with #D22DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22DDB; }
p { color: rgb(210,45,219); }
H1.HeaderClassName
{
color: #D22DDB;
}
.AnyTagClassName
{
color: #D22DDB;
}
</style>
background-color css
<style>
a { background-color: #D22DDB; }
a { background-color: rgb(210,45,219); }
div.DivClassName
{
background-color: #D22DDB;
}
.BgClassName
{
background-color: #D22DDB;
}
</style>
border-color css
<style>
span { border-color: #D22DDB; }
span { border-color: rgb(210,45,219); }
td.TdClassName
{
border-color: #D22DDB;
}
.TagClassName
{
border-color: #D22DDB;
}
</style>