Shades of Deep Magenta #D022DB
Tints of Deep Magenta #D022DB
RGB
CMYK
RGB Variations
Color information
#D022DB (or 0xD022DB) is known color: Deep Magenta. HEX triplet: D0, 22 and DB. RGB value is (208,34,219). Sum of RGB (Red+Green+Blue) = 208+34+219=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 34 (13.67% from 255 or 7.38% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #D022DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D022DB is #2FDD24. Grayscale: #6A6A6A. Windows color (decimal): -3136805 or 14361296. OLE color: 14361296.
HSL color Cylindrical-coordinate representation of color #D022DB: hue angle of 296.43º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D022DB is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 34 | 219 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.14 |
| HSL | 296.43º | 0.73% | 0.5% | - |
| HSV(B) | 296.43º | 0.84% | 0.86% | - |
| XYZ | 39.37 | 19.67 | 68.74 | - |
| YUV | 107.12 | 191.15 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 219 | 0.05 | 0.84 | 0 | 0.14 | 296.43 | 0.73 | 0.5 |
| Hex | D0 | 22 | DB | 5 | 54 | 0 | E | 128 | 49 | 32 |
| Octal | 320 | 42 | 333 | 5 | 124 | 0 | 16 | 450 | 111 | 62 |
| Binary | 11010000 | 100010 | 11011011 | 101 | 1010100 | 0 | 1110 | 100101000 | 1001001 | 110010 |
Color Harmonies of #D022DB
Complementary color
Monochromatic Colors of #D022DB
Black with #D022DB
Text Example
Text Example
White with #D022DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D022DB; }
p { color: rgb(208,34,219); }
H1.HeaderClassName
{
color: #D022DB;
}
.AnyTagClassName
{
color: #D022DB;
}
</style>
background-color css
<style>
a { background-color: #D022DB; }
a { background-color: rgb(208,34,219); }
div.DivClassName
{
background-color: #D022DB;
}
.BgClassName
{
background-color: #D022DB;
}
</style>
border-color css
<style>
span { border-color: #D022DB; }
span { border-color: rgb(208,34,219); }
td.TdClassName
{
border-color: #D022DB;
}
.TagClassName
{
border-color: #D022DB;
}
</style>