Shades of Deep Magenta #DB21C8
Tints of Deep Magenta #DB21C8
RGB
CMYK
RGB Variations
Color information
#DB21C8 (or 0xDB21C8) is known color: Deep Magenta. HEX triplet: DB, 21 and C8. RGB value is (219,33,200). Sum of RGB (Red+Green+Blue) = 219+33+200=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 33 (13.28% from 255 or 7.30% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB21C8 is #24DE37. Grayscale: #6B6B6B. Windows color (decimal): -2416184 or 13115867. OLE color: 13115867.
HSL color Cylindrical-coordinate representation of color #DB21C8: hue angle of 306.13º 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 #DB21C8 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 200 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.14 |
| HSL | 306.13º | 0.74% | 0.49% | - |
| HSV(B) | 306.13º | 0.85% | 0.86% | - |
| XYZ | 40.18 | 20.32 | 56.45 | - |
| YUV | 107.65 | 180.12 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 200 | 0 | 0.85 | 0.09 | 0.14 | 306.13 | 0.74 | 0.49 |
| Hex | DB | 21 | C8 | 0 | 55 | 9 | E | 132 | 4A | 31 |
| Octal | 333 | 41 | 310 | 0 | 125 | 11 | 16 | 462 | 112 | 61 |
| Binary | 11011011 | 100001 | 11001000 | 0 | 1010101 | 1001 | 1110 | 100110010 | 1001010 | 110001 |
Color Harmonies of #DB21C8
Complementary color
Monochromatic Colors of #DB21C8
Black with #DB21C8
Text Example
Text Example
White with #DB21C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB21C8; }
p { color: rgb(219,33,200); }
H1.HeaderClassName
{
color: #DB21C8;
}
.AnyTagClassName
{
color: #DB21C8;
}
</style>
background-color css
<style>
a { background-color: #DB21C8; }
a { background-color: rgb(219,33,200); }
div.DivClassName
{
background-color: #DB21C8;
}
.BgClassName
{
background-color: #DB21C8;
}
</style>
border-color css
<style>
span { border-color: #DB21C8; }
span { border-color: rgb(219,33,200); }
td.TdClassName
{
border-color: #DB21C8;
}
.TagClassName
{
border-color: #DB21C8;
}
</style>