Shades of Deep Magenta #DB21DD
Tints of Deep Magenta #DB21DD
RGB
CMYK
RGB Variations
Color information
#DB21DD (or 0xDB21DD) is known color: Deep Magenta. HEX triplet: DB, 21 and DD. RGB value is (219,33,221). Sum of RGB (Red+Green+Blue) = 219+33+221=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 33 (13.28% from 255 or 6.98% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB21DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB21DD is #24DE22. Grayscale: #6D6D6D. Windows color (decimal): -2416163 or 14492123. OLE color: 14492123.
HSL color Cylindrical-coordinate representation of color #DB21DD: hue angle of 299.36º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB21DD is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 33 | 221 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.13 |
| HSL | 299.36º | 0.74% | 0.5% | - |
| HSV(B) | 299.36º | 0.85% | 0.87% | - |
| XYZ | 42.81 | 21.37 | 70.27 | - |
| YUV | 110.05 | 190.62 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 221 | 0.01 | 0.85 | 0 | 0.13 | 299.36 | 0.74 | 0.5 |
| Hex | DB | 21 | DD | 1 | 55 | 0 | D | 12B | 4A | 32 |
| Octal | 333 | 41 | 335 | 1 | 125 | 0 | 15 | 453 | 112 | 62 |
| Binary | 11011011 | 100001 | 11011101 | 1 | 1010101 | 0 | 1101 | 100101011 | 1001010 | 110010 |
Color Harmonies of #DB21DD
Complementary color
Monochromatic Colors of #DB21DD
Black with #DB21DD
Text Example
Text Example
White with #DB21DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB21DD; }
p { color: rgb(219,33,221); }
H1.HeaderClassName
{
color: #DB21DD;
}
.AnyTagClassName
{
color: #DB21DD;
}
</style>
background-color css
<style>
a { background-color: #DB21DD; }
a { background-color: rgb(219,33,221); }
div.DivClassName
{
background-color: #DB21DD;
}
.BgClassName
{
background-color: #DB21DD;
}
</style>
border-color css
<style>
span { border-color: #DB21DD; }
span { border-color: rgb(219,33,221); }
td.TdClassName
{
border-color: #DB21DD;
}
.TagClassName
{
border-color: #DB21DD;
}
</style>