Shades of Deep Magenta #D22ADB
Tints of Deep Magenta #D22ADB
RGB
CMYK
RGB Variations
Color information
#D22ADB (or 0xD22ADB) is known color: Deep Magenta. HEX triplet: D2, 2A and DB. RGB value is (210,42,219). Sum of RGB (Red+Green+Blue) = 210+42+219=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 42 (16.80% from 255 or 8.92% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #D22ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22ADB is #2DD524. Grayscale: #6F6F6F. Windows color (decimal): -3003685 or 14363346. OLE color: 14363346.
HSL color Cylindrical-coordinate representation of color #D22ADB: hue angle of 296.95º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22ADB is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 42 | 219 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.14 |
| HSL | 296.95º | 0.71% | 0.51% | - |
| HSV(B) | 296.95º | 0.81% | 0.86% | - |
| XYZ | 40.19 | 20.47 | 68.85 | - |
| YUV | 112.41 | 188.16 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 42 | 219 | 0.04 | 0.81 | 0 | 0.14 | 296.95 | 0.71 | 0.51 |
| Hex | D2 | 2A | DB | 4 | 51 | 0 | E | 129 | 47 | 33 |
| Octal | 322 | 52 | 333 | 4 | 121 | 0 | 16 | 451 | 107 | 63 |
| Binary | 11010010 | 101010 | 11011011 | 100 | 1010001 | 0 | 1110 | 100101001 | 1000111 | 110011 |
Color Harmonies of #D22ADB
Complementary color
Monochromatic Colors of #D22ADB
Black with #D22ADB
Text Example
Text Example
White with #D22ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22ADB; }
p { color: rgb(210,42,219); }
H1.HeaderClassName
{
color: #D22ADB;
}
.AnyTagClassName
{
color: #D22ADB;
}
</style>
background-color css
<style>
a { background-color: #D22ADB; }
a { background-color: rgb(210,42,219); }
div.DivClassName
{
background-color: #D22ADB;
}
.BgClassName
{
background-color: #D22ADB;
}
</style>
border-color css
<style>
span { border-color: #D22ADB; }
span { border-color: rgb(210,42,219); }
td.TdClassName
{
border-color: #D22ADB;
}
.TagClassName
{
border-color: #D22ADB;
}
</style>