Shades of Deep Magenta #DB05CF
Tints of Deep Magenta #DB05CF
RGB
CMYK
RGB Variations
Color information
#DB05CF (or 0xDB05CF) is known color: Deep Magenta. HEX triplet: DB, 05 and CF. RGB value is (219,5,207). Sum of RGB (Red+Green+Blue) = 219+5+207=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 5 (2.34% from 255 or 1.16% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB05CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB05CF is #24FA30. Grayscale: #5B5B5B. Windows color (decimal): -2423345 or 13567451. OLE color: 13567451.
HSL color Cylindrical-coordinate representation of color #DB05CF: hue angle of 303.36º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB05CF is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 207 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.14 |
| HSL | 303.36º | 0.96% | 0.44% | - |
| HSV(B) | 303.36º | 0.98% | 0.86% | - |
| XYZ | 40.53 | 19.67 | 60.69 | - |
| YUV | 92.01 | 192.9 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 207 | 0 | 0.98 | 0.05 | 0.14 | 303.36 | 0.96 | 0.44 |
| Hex | DB | 5 | CF | 0 | 62 | 5 | E | 12F | 60 | 2C |
| Octal | 333 | 5 | 317 | 0 | 142 | 5 | 16 | 457 | 140 | 54 |
| Binary | 11011011 | 101 | 11001111 | 0 | 1100010 | 101 | 1110 | 100101111 | 1100000 | 101100 |
Color Harmonies of #DB05CF
Complementary color
Monochromatic Colors of #DB05CF
Black with #DB05CF
Text Example
Text Example
White with #DB05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05CF; }
p { color: rgb(219,5,207); }
H1.HeaderClassName
{
color: #DB05CF;
}
.AnyTagClassName
{
color: #DB05CF;
}
</style>
background-color css
<style>
a { background-color: #DB05CF; }
a { background-color: rgb(219,5,207); }
div.DivClassName
{
background-color: #DB05CF;
}
.BgClassName
{
background-color: #DB05CF;
}
</style>
border-color css
<style>
span { border-color: #DB05CF; }
span { border-color: rgb(219,5,207); }
td.TdClassName
{
border-color: #DB05CF;
}
.TagClassName
{
border-color: #DB05CF;
}
</style>