Shades of Deep Magenta #D02ADB
Tints of Deep Magenta #D02ADB
RGB
CMYK
RGB Variations
Color information
#D02ADB (or 0xD02ADB) is known color: Deep Magenta. HEX triplet: D0, 2A and DB. RGB value is (208,42,219). Sum of RGB (Red+Green+Blue) = 208+42+219=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 42 (16.80% from 255 or 8.96% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #D02ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02ADB is #2FD524. Grayscale: #6F6F6F. Windows color (decimal): -3134757 or 14363344. OLE color: 14363344.
HSL color Cylindrical-coordinate representation of color #D02ADB: hue angle of 296.27º 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 #D02ADB is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 42 | 219 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.14 |
| HSL | 296.27º | 0.71% | 0.51% | - |
| HSV(B) | 296.27º | 0.81% | 0.86% | - |
| XYZ | 39.63 | 20.18 | 68.82 | - |
| YUV | 111.81 | 188.5 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 219 | 0.05 | 0.81 | 0 | 0.14 | 296.27 | 0.71 | 0.51 |
| Hex | D0 | 2A | DB | 5 | 51 | 0 | E | 128 | 47 | 33 |
| Octal | 320 | 52 | 333 | 5 | 121 | 0 | 16 | 450 | 107 | 63 |
| Binary | 11010000 | 101010 | 11011011 | 101 | 1010001 | 0 | 1110 | 100101000 | 1000111 | 110011 |
Color Harmonies of #D02ADB
Complementary color
Monochromatic Colors of #D02ADB
Black with #D02ADB
Text Example
Text Example
White with #D02ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02ADB; }
p { color: rgb(208,42,219); }
H1.HeaderClassName
{
color: #D02ADB;
}
.AnyTagClassName
{
color: #D02ADB;
}
</style>
background-color css
<style>
a { background-color: #D02ADB; }
a { background-color: rgb(208,42,219); }
div.DivClassName
{
background-color: #D02ADB;
}
.BgClassName
{
background-color: #D02ADB;
}
</style>
border-color css
<style>
span { border-color: #D02ADB; }
span { border-color: rgb(208,42,219); }
td.TdClassName
{
border-color: #D02ADB;
}
.TagClassName
{
border-color: #D02ADB;
}
</style>