Shades of Deep Magenta #DB21D4
Tints of Deep Magenta #DB21D4
RGB
CMYK
RGB Variations
Color information
#DB21D4 (or 0xDB21D4) is known color: Deep Magenta. HEX triplet: DB, 21 and D4. RGB value is (219,33,212). Sum of RGB (Red+Green+Blue) = 219+33+212=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB21D4 is #24DE2B. Grayscale: #6C6C6C. Windows color (decimal): -2416172 or 13902299. OLE color: 13902299.
HSL color Cylindrical-coordinate representation of color #DB21D4: hue angle of 302.26º 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 #DB21D4 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 212 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.14 |
| HSL | 302.26º | 0.74% | 0.49% | - |
| HSV(B) | 302.26º | 0.85% | 0.86% | - |
| XYZ | 41.64 | 20.9 | 64.13 | - |
| YUV | 109.02 | 186.12 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 212 | 0 | 0.85 | 0.03 | 0.14 | 302.26 | 0.74 | 0.49 |
| Hex | DB | 21 | D4 | 0 | 55 | 3 | E | 12E | 4A | 31 |
| Octal | 333 | 41 | 324 | 0 | 125 | 3 | 16 | 456 | 112 | 61 |
| Binary | 11011011 | 100001 | 11010100 | 0 | 1010101 | 11 | 1110 | 100101110 | 1001010 | 110001 |
Color Harmonies of #DB21D4
Complementary color
Monochromatic Colors of #DB21D4
Black with #DB21D4
Text Example
Text Example
White with #DB21D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB21D4; }
p { color: rgb(219,33,212); }
H1.HeaderClassName
{
color: #DB21D4;
}
.AnyTagClassName
{
color: #DB21D4;
}
</style>
background-color css
<style>
a { background-color: #DB21D4; }
a { background-color: rgb(219,33,212); }
div.DivClassName
{
background-color: #DB21D4;
}
.BgClassName
{
background-color: #DB21D4;
}
</style>
border-color css
<style>
span { border-color: #DB21D4; }
span { border-color: rgb(219,33,212); }
td.TdClassName
{
border-color: #DB21D4;
}
.TagClassName
{
border-color: #DB21D4;
}
</style>