Shades of Deep Magenta #DB08BE
Tints of Deep Magenta #DB08BE
RGB
CMYK
RGB Variations
Color information
#DB08BE (or 0xDB08BE) is known color: Deep Magenta. HEX triplet: DB, 08 and BE. RGB value is (219,8,190). Sum of RGB (Red+Green+Blue) = 219+8+190=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 8 (3.52% from 255 or 1.92% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB08BE is #24F741. Grayscale: #5B5B5B. Windows color (decimal): -2422594 or 12454107. OLE color: 12454107.
HSL color Cylindrical-coordinate representation of color #DB08BE: hue angle of 308.25º 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 #DB08BE is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 190 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.14 |
| HSL | 308.25º | 0.93% | 0.45% | - |
| HSV(B) | 308.25º | 0.96% | 0.86% | - |
| XYZ | 38.59 | 18.95 | 50.34 | - |
| YUV | 91.84 | 183.4 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 190 | 0 | 0.96 | 0.13 | 0.14 | 308.25 | 0.93 | 0.45 |
| Hex | DB | 8 | BE | 0 | 60 | D | E | 134 | 5D | 2D |
| Octal | 333 | 10 | 276 | 0 | 140 | 15 | 16 | 464 | 135 | 55 |
| Binary | 11011011 | 1000 | 10111110 | 0 | 1100000 | 1101 | 1110 | 100110100 | 1011101 | 101101 |
Color Harmonies of #DB08BE
Complementary color
Monochromatic Colors of #DB08BE
Black with #DB08BE
Text Example
Text Example
White with #DB08BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB08BE; }
p { color: rgb(219,8,190); }
H1.HeaderClassName
{
color: #DB08BE;
}
.AnyTagClassName
{
color: #DB08BE;
}
</style>
background-color css
<style>
a { background-color: #DB08BE; }
a { background-color: rgb(219,8,190); }
div.DivClassName
{
background-color: #DB08BE;
}
.BgClassName
{
background-color: #DB08BE;
}
</style>
border-color css
<style>
span { border-color: #DB08BE; }
span { border-color: rgb(219,8,190); }
td.TdClassName
{
border-color: #DB08BE;
}
.TagClassName
{
border-color: #DB08BE;
}
</style>