Shades of Deep Magenta #DB21C9
Tints of Deep Magenta #DB21C9
RGB
CMYK
RGB Variations
Color information
#DB21C9 (or 0xDB21C9) is known color: Deep Magenta. HEX triplet: DB, 21 and C9. RGB value is (219,33,201). Sum of RGB (Red+Green+Blue) = 219+33+201=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 33 (13.28% from 255 or 7.28% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB21C9 is #24DE36. Grayscale: #6B6B6B. Windows color (decimal): -2416183 or 13181403. OLE color: 13181403.
HSL color Cylindrical-coordinate representation of color #DB21C9: hue angle of 305.81º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB21C9 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 201 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.14 |
| HSL | 305.81º | 0.74% | 0.49% | - |
| HSV(B) | 305.81º | 0.85% | 0.86% | - |
| XYZ | 40.3 | 20.36 | 57.07 | - |
| YUV | 107.77 | 180.62 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 201 | 0 | 0.85 | 0.08 | 0.14 | 305.81 | 0.74 | 0.49 |
| Hex | DB | 21 | C9 | 0 | 55 | 8 | E | 132 | 4A | 31 |
| Octal | 333 | 41 | 311 | 0 | 125 | 10 | 16 | 462 | 112 | 61 |
| Binary | 11011011 | 100001 | 11001001 | 0 | 1010101 | 1000 | 1110 | 100110010 | 1001010 | 110001 |
Color Harmonies of #DB21C9
Complementary color
Monochromatic Colors of #DB21C9
Black with #DB21C9
Text Example
Text Example
White with #DB21C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB21C9; }
p { color: rgb(219,33,201); }
H1.HeaderClassName
{
color: #DB21C9;
}
.AnyTagClassName
{
color: #DB21C9;
}
</style>
background-color css
<style>
a { background-color: #DB21C9; }
a { background-color: rgb(219,33,201); }
div.DivClassName
{
background-color: #DB21C9;
}
.BgClassName
{
background-color: #DB21C9;
}
</style>
border-color css
<style>
span { border-color: #DB21C9; }
span { border-color: rgb(219,33,201); }
td.TdClassName
{
border-color: #DB21C9;
}
.TagClassName
{
border-color: #DB21C9;
}
</style>