Shades of Deep Magenta #DB08BC
Tints of Deep Magenta #DB08BC
RGB
CMYK
RGB Variations
Color information
#DB08BC (or 0xDB08BC) is known color: Deep Magenta. HEX triplet: DB, 08 and BC. RGB value is (219,8,188). Sum of RGB (Red+Green+Blue) = 219+8+188=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB08BC is #24F743. Grayscale: #5B5B5B. Windows color (decimal): -2422596 or 12323035. OLE color: 12323035.
HSL color Cylindrical-coordinate representation of color #DB08BC: hue angle of 308.82º 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 #DB08BC is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 188 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.14 |
| HSL | 308.82º | 0.93% | 0.45% | - |
| HSV(B) | 308.82º | 0.96% | 0.86% | - |
| XYZ | 38.38 | 18.86 | 49.2 | - |
| YUV | 91.61 | 182.4 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 188 | 0 | 0.96 | 0.14 | 0.14 | 308.82 | 0.93 | 0.45 |
| Hex | DB | 8 | BC | 0 | 60 | E | E | 135 | 5D | 2D |
| Octal | 333 | 10 | 274 | 0 | 140 | 16 | 16 | 465 | 135 | 55 |
| Binary | 11011011 | 1000 | 10111100 | 0 | 1100000 | 1110 | 1110 | 100110101 | 1011101 | 101101 |
Color Harmonies of #DB08BC
Complementary color
Monochromatic Colors of #DB08BC
Black with #DB08BC
Text Example
Text Example
White with #DB08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB08BC; }
p { color: rgb(219,8,188); }
H1.HeaderClassName
{
color: #DB08BC;
}
.AnyTagClassName
{
color: #DB08BC;
}
</style>
background-color css
<style>
a { background-color: #DB08BC; }
a { background-color: rgb(219,8,188); }
div.DivClassName
{
background-color: #DB08BC;
}
.BgClassName
{
background-color: #DB08BC;
}
</style>
border-color css
<style>
span { border-color: #DB08BC; }
span { border-color: rgb(219,8,188); }
td.TdClassName
{
border-color: #DB08BC;
}
.TagClassName
{
border-color: #DB08BC;
}
</style>