Shades of Deep Magenta #DB21D1
Tints of Deep Magenta #DB21D1
RGB
CMYK
RGB Variations
Color information
#DB21D1 (or 0xDB21D1) is known color: Deep Magenta. HEX triplet: DB, 21 and D1. RGB value is (219,33,209). Sum of RGB (Red+Green+Blue) = 219+33+209=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB21D1 is #24DE2E. Grayscale: #6C6C6C. Windows color (decimal): -2416175 or 13705691. OLE color: 13705691.
HSL color Cylindrical-coordinate representation of color #DB21D1: hue angle of 303.23º 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 #DB21D1 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 209 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.14 |
| HSL | 303.23º | 0.74% | 0.49% | - |
| HSV(B) | 303.23º | 0.85% | 0.86% | - |
| XYZ | 41.27 | 20.75 | 62.15 | - |
| YUV | 108.68 | 184.62 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 209 | 0 | 0.85 | 0.05 | 0.14 | 303.23 | 0.74 | 0.49 |
| Hex | DB | 21 | D1 | 0 | 55 | 5 | E | 12F | 4A | 31 |
| Octal | 333 | 41 | 321 | 0 | 125 | 5 | 16 | 457 | 112 | 61 |
| Binary | 11011011 | 100001 | 11010001 | 0 | 1010101 | 101 | 1110 | 100101111 | 1001010 | 110001 |
Color Harmonies of #DB21D1
Complementary color
Monochromatic Colors of #DB21D1
Black with #DB21D1
Text Example
Text Example
White with #DB21D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB21D1; }
p { color: rgb(219,33,209); }
H1.HeaderClassName
{
color: #DB21D1;
}
.AnyTagClassName
{
color: #DB21D1;
}
</style>
background-color css
<style>
a { background-color: #DB21D1; }
a { background-color: rgb(219,33,209); }
div.DivClassName
{
background-color: #DB21D1;
}
.BgClassName
{
background-color: #DB21D1;
}
</style>
border-color css
<style>
span { border-color: #DB21D1; }
span { border-color: rgb(219,33,209); }
td.TdClassName
{
border-color: #DB21D1;
}
.TagClassName
{
border-color: #DB21D1;
}
</style>