Shades of Deep Magenta #DB20CF
Tints of Deep Magenta #DB20CF
RGB
CMYK
RGB Variations
Color information
#DB20CF (or 0xDB20CF) is known color: Deep Magenta. HEX triplet: DB, 20 and CF. RGB value is (219,32,207). Sum of RGB (Red+Green+Blue) = 219+32+207=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 32 (12.89% from 255 or 6.99% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB20CF is #24DF30. Grayscale: #6B6B6B. Windows color (decimal): -2416433 or 13574363. OLE color: 13574363.
HSL color Cylindrical-coordinate representation of color #DB20CF: hue angle of 303.85º degrees, saturation: 0.75, 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 #DB20CF is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 207 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.14 |
| HSL | 303.85º | 0.75% | 0.49% | - |
| HSV(B) | 303.85º | 0.85% | 0.86% | - |
| XYZ | 40.99 | 20.6 | 60.85 | - |
| YUV | 107.86 | 183.95 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 207 | 0 | 0.85 | 0.05 | 0.14 | 303.85 | 0.75 | 0.49 |
| Hex | DB | 20 | CF | 0 | 55 | 5 | E | 130 | 4B | 31 |
| Octal | 333 | 40 | 317 | 0 | 125 | 5 | 16 | 460 | 113 | 61 |
| Binary | 11011011 | 100000 | 11001111 | 0 | 1010101 | 101 | 1110 | 100110000 | 1001011 | 110001 |
Color Harmonies of #DB20CF
Complementary color
Monochromatic Colors of #DB20CF
Black with #DB20CF
Text Example
Text Example
White with #DB20CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20CF; }
p { color: rgb(219,32,207); }
H1.HeaderClassName
{
color: #DB20CF;
}
.AnyTagClassName
{
color: #DB20CF;
}
</style>
background-color css
<style>
a { background-color: #DB20CF; }
a { background-color: rgb(219,32,207); }
div.DivClassName
{
background-color: #DB20CF;
}
.BgClassName
{
background-color: #DB20CF;
}
</style>
border-color css
<style>
span { border-color: #DB20CF; }
span { border-color: rgb(219,32,207); }
td.TdClassName
{
border-color: #DB20CF;
}
.TagClassName
{
border-color: #DB20CF;
}
</style>