Shades of Deep Magenta #DB06CF
Tints of Deep Magenta #DB06CF
RGB
CMYK
RGB Variations
Color information
#DB06CF (or 0xDB06CF) is known color: Deep Magenta. HEX triplet: DB, 06 and CF. RGB value is (219,6,207). Sum of RGB (Red+Green+Blue) = 219+6+207=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 6 (2.73% from 255 or 1.39% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB06CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB06CF is #24F930. Grayscale: #5C5C5C. Windows color (decimal): -2423089 or 13567707. OLE color: 13567707.
HSL color Cylindrical-coordinate representation of color #DB06CF: hue angle of 303.38º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB06CF is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 207 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.14 |
| HSL | 303.38º | 0.95% | 0.44% | - |
| HSV(B) | 303.38º | 0.97% | 0.86% | - |
| XYZ | 40.54 | 19.7 | 60.7 | - |
| YUV | 92.6 | 192.57 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 207 | 0 | 0.97 | 0.05 | 0.14 | 303.38 | 0.95 | 0.44 |
| Hex | DB | 6 | CF | 0 | 61 | 5 | E | 12F | 5F | 2C |
| Octal | 333 | 6 | 317 | 0 | 141 | 5 | 16 | 457 | 137 | 54 |
| Binary | 11011011 | 110 | 11001111 | 0 | 1100001 | 101 | 1110 | 100101111 | 1011111 | 101100 |
Color Harmonies of #DB06CF
Complementary color
Monochromatic Colors of #DB06CF
Black with #DB06CF
Text Example
Text Example
White with #DB06CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB06CF; }
p { color: rgb(219,6,207); }
H1.HeaderClassName
{
color: #DB06CF;
}
.AnyTagClassName
{
color: #DB06CF;
}
</style>
background-color css
<style>
a { background-color: #DB06CF; }
a { background-color: rgb(219,6,207); }
div.DivClassName
{
background-color: #DB06CF;
}
.BgClassName
{
background-color: #DB06CF;
}
</style>
border-color css
<style>
span { border-color: #DB06CF; }
span { border-color: rgb(219,6,207); }
td.TdClassName
{
border-color: #DB06CF;
}
.TagClassName
{
border-color: #DB06CF;
}
</style>