Shades of Deep Magenta #DB08CF
Tints of Deep Magenta #DB08CF
RGB
CMYK
RGB Variations
Color information
#DB08CF (or 0xDB08CF) is known color: Deep Magenta. HEX triplet: DB, 08 and CF. RGB value is (219,8,207). Sum of RGB (Red+Green+Blue) = 219+8+207=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 8 (3.52% from 255 or 1.84% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB08CF is #24F730. Grayscale: #5D5D5D. Windows color (decimal): -2422577 or 13568219. OLE color: 13568219.
HSL color Cylindrical-coordinate representation of color #DB08CF: hue angle of 303.41º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB08CF is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 207 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.14 |
| HSL | 303.41º | 0.93% | 0.45% | - |
| HSV(B) | 303.41º | 0.96% | 0.86% | - |
| XYZ | 40.56 | 19.74 | 60.7 | - |
| YUV | 93.78 | 191.9 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 207 | 0 | 0.96 | 0.05 | 0.14 | 303.41 | 0.93 | 0.45 |
| Hex | DB | 8 | CF | 0 | 60 | 5 | E | 12F | 5D | 2D |
| Octal | 333 | 10 | 317 | 0 | 140 | 5 | 16 | 457 | 135 | 55 |
| Binary | 11011011 | 1000 | 11001111 | 0 | 1100000 | 101 | 1110 | 100101111 | 1011101 | 101101 |
Color Harmonies of #DB08CF
Complementary color
Monochromatic Colors of #DB08CF
Black with #DB08CF
Text Example
Text Example
White with #DB08CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB08CF; }
p { color: rgb(219,8,207); }
H1.HeaderClassName
{
color: #DB08CF;
}
.AnyTagClassName
{
color: #DB08CF;
}
</style>
background-color css
<style>
a { background-color: #DB08CF; }
a { background-color: rgb(219,8,207); }
div.DivClassName
{
background-color: #DB08CF;
}
.BgClassName
{
background-color: #DB08CF;
}
</style>
border-color css
<style>
span { border-color: #DB08CF; }
span { border-color: rgb(219,8,207); }
td.TdClassName
{
border-color: #DB08CF;
}
.TagClassName
{
border-color: #DB08CF;
}
</style>