Shades of Deep Magenta #DB21CA
Tints of Deep Magenta #DB21CA
RGB
CMYK
RGB Variations
Color information
#DB21CA (or 0xDB21CA) is known color: Deep Magenta. HEX triplet: DB, 21 and CA. RGB value is (219,33,202). Sum of RGB (Red+Green+Blue) = 219+33+202=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB21CA is #24DE35. Grayscale: #6B6B6B. Windows color (decimal): -2416182 or 13246939. OLE color: 13246939.
HSL color Cylindrical-coordinate representation of color #DB21CA: hue angle of 305.48º 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 #DB21CA is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 202 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.14 |
| HSL | 305.48º | 0.74% | 0.49% | - |
| HSV(B) | 305.48º | 0.85% | 0.86% | - |
| XYZ | 40.42 | 20.41 | 57.69 | - |
| YUV | 107.88 | 181.12 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 202 | 0 | 0.85 | 0.08 | 0.14 | 305.48 | 0.74 | 0.49 |
| Hex | DB | 21 | CA | 0 | 55 | 8 | E | 131 | 4A | 31 |
| Octal | 333 | 41 | 312 | 0 | 125 | 10 | 16 | 461 | 112 | 61 |
| Binary | 11011011 | 100001 | 11001010 | 0 | 1010101 | 1000 | 1110 | 100110001 | 1001010 | 110001 |
Color Harmonies of #DB21CA
Complementary color
Monochromatic Colors of #DB21CA
Black with #DB21CA
Text Example
Text Example
White with #DB21CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB21CA; }
p { color: rgb(219,33,202); }
H1.HeaderClassName
{
color: #DB21CA;
}
.AnyTagClassName
{
color: #DB21CA;
}
</style>
background-color css
<style>
a { background-color: #DB21CA; }
a { background-color: rgb(219,33,202); }
div.DivClassName
{
background-color: #DB21CA;
}
.BgClassName
{
background-color: #DB21CA;
}
</style>
border-color css
<style>
span { border-color: #DB21CA; }
span { border-color: rgb(219,33,202); }
td.TdClassName
{
border-color: #DB21CA;
}
.TagClassName
{
border-color: #DB21CA;
}
</style>