Shades of Deep Magenta #DB21D3
Tints of Deep Magenta #DB21D3
RGB
CMYK
RGB Variations
Color information
#DB21D3 (or 0xDB21D3) is known color: Deep Magenta. HEX triplet: DB, 21 and D3. RGB value is (219,33,211). Sum of RGB (Red+Green+Blue) = 219+33+211=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 211 (82.81% from 255 or 45.57% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB21D3 is #24DE2C. Grayscale: #6C6C6C. Windows color (decimal): -2416173 or 13836763. OLE color: 13836763.
HSL color Cylindrical-coordinate representation of color #DB21D3: hue angle of 302.58º 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 #DB21D3 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 211 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.14 |
| HSL | 302.58º | 0.74% | 0.49% | - |
| HSV(B) | 302.58º | 0.85% | 0.86% | - |
| XYZ | 41.52 | 20.85 | 63.46 | - |
| YUV | 108.91 | 185.62 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 211 | 0 | 0.85 | 0.04 | 0.14 | 302.58 | 0.74 | 0.49 |
| Hex | DB | 21 | D3 | 0 | 55 | 4 | E | 12F | 4A | 31 |
| Octal | 333 | 41 | 323 | 0 | 125 | 4 | 16 | 457 | 112 | 61 |
| Binary | 11011011 | 100001 | 11010011 | 0 | 1010101 | 100 | 1110 | 100101111 | 1001010 | 110001 |
Color Harmonies of #DB21D3
Complementary color
Monochromatic Colors of #DB21D3
Black with #DB21D3
Text Example
Text Example
White with #DB21D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB21D3; }
p { color: rgb(219,33,211); }
H1.HeaderClassName
{
color: #DB21D3;
}
.AnyTagClassName
{
color: #DB21D3;
}
</style>
background-color css
<style>
a { background-color: #DB21D3; }
a { background-color: rgb(219,33,211); }
div.DivClassName
{
background-color: #DB21D3;
}
.BgClassName
{
background-color: #DB21D3;
}
</style>
border-color css
<style>
span { border-color: #DB21D3; }
span { border-color: rgb(219,33,211); }
td.TdClassName
{
border-color: #DB21D3;
}
.TagClassName
{
border-color: #DB21D3;
}
</style>