Shades of Deep Magenta #DB08B8
Tints of Deep Magenta #DB08B8
RGB
CMYK
RGB Variations
Color information
#DB08B8 (or 0xDB08B8) is known color: Deep Magenta. HEX triplet: DB, 08 and B8. RGB value is (219,8,184). Sum of RGB (Red+Green+Blue) = 219+8+184=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB08B8 is #24F747. Grayscale: #5A5A5A. Windows color (decimal): -2422600 or 12060891. OLE color: 12060891.
HSL color Cylindrical-coordinate representation of color #DB08B8: hue angle of 309.95º 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 #DB08B8 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 184 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.14 |
| HSL | 309.95º | 0.93% | 0.45% | - |
| HSV(B) | 309.95º | 0.96% | 0.86% | - |
| XYZ | 37.95 | 18.69 | 46.96 | - |
| YUV | 91.15 | 180.4 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 184 | 0 | 0.96 | 0.16 | 0.14 | 309.95 | 0.93 | 0.45 |
| Hex | DB | 8 | B8 | 0 | 60 | 10 | E | 136 | 5D | 2D |
| Octal | 333 | 10 | 270 | 0 | 140 | 20 | 16 | 466 | 135 | 55 |
| Binary | 11011011 | 1000 | 10111000 | 0 | 1100000 | 10000 | 1110 | 100110110 | 1011101 | 101101 |
Color Harmonies of #DB08B8
Complementary color
Monochromatic Colors of #DB08B8
Black with #DB08B8
Text Example
Text Example
White with #DB08B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB08B8; }
p { color: rgb(219,8,184); }
H1.HeaderClassName
{
color: #DB08B8;
}
.AnyTagClassName
{
color: #DB08B8;
}
</style>
background-color css
<style>
a { background-color: #DB08B8; }
a { background-color: rgb(219,8,184); }
div.DivClassName
{
background-color: #DB08B8;
}
.BgClassName
{
background-color: #DB08B8;
}
</style>
border-color css
<style>
span { border-color: #DB08B8; }
span { border-color: rgb(219,8,184); }
td.TdClassName
{
border-color: #DB08B8;
}
.TagClassName
{
border-color: #DB08B8;
}
</style>