Shades of Deep Magenta #DB08B6
Tints of Deep Magenta #DB08B6
RGB
CMYK
RGB Variations
Color information
#DB08B6 (or 0xDB08B6) is known color: Deep Magenta. HEX triplet: DB, 08 and B6. RGB value is (219,8,182). Sum of RGB (Red+Green+Blue) = 219+8+182=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB08B6 is #24F749. Grayscale: #5A5A5A. Windows color (decimal): -2422602 or 11929819. OLE color: 11929819.
HSL color Cylindrical-coordinate representation of color #DB08B6: hue angle of 310.52º 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 #DB08B6 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 182 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.14 |
| HSL | 310.52º | 0.93% | 0.45% | - |
| HSV(B) | 310.52º | 0.96% | 0.86% | - |
| XYZ | 37.74 | 18.61 | 45.86 | - |
| YUV | 90.93 | 179.4 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 182 | 0 | 0.96 | 0.17 | 0.14 | 310.52 | 0.93 | 0.45 |
| Hex | DB | 8 | B6 | 0 | 60 | 11 | E | 137 | 5D | 2D |
| Octal | 333 | 10 | 266 | 0 | 140 | 21 | 16 | 467 | 135 | 55 |
| Binary | 11011011 | 1000 | 10110110 | 0 | 1100000 | 10001 | 1110 | 100110111 | 1011101 | 101101 |
Color Harmonies of #DB08B6
Complementary color
Monochromatic Colors of #DB08B6
Black with #DB08B6
Text Example
Text Example
White with #DB08B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB08B6; }
p { color: rgb(219,8,182); }
H1.HeaderClassName
{
color: #DB08B6;
}
.AnyTagClassName
{
color: #DB08B6;
}
</style>
background-color css
<style>
a { background-color: #DB08B6; }
a { background-color: rgb(219,8,182); }
div.DivClassName
{
background-color: #DB08B6;
}
.BgClassName
{
background-color: #DB08B6;
}
</style>
border-color css
<style>
span { border-color: #DB08B6; }
span { border-color: rgb(219,8,182); }
td.TdClassName
{
border-color: #DB08B6;
}
.TagClassName
{
border-color: #DB08B6;
}
</style>