Shades of Deep Magenta #DB09BE
Tints of Deep Magenta #DB09BE
RGB
CMYK
RGB Variations
Color information
#DB09BE (or 0xDB09BE) is known color: Deep Magenta. HEX triplet: DB, 09 and BE. RGB value is (219,9,190). Sum of RGB (Red+Green+Blue) = 219+9+190=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 9 (3.91% from 255 or 2.15% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09BE is #24F641. Grayscale: #5B5B5B. Windows color (decimal): -2422338 or 12454363. OLE color: 12454363.
HSL color Cylindrical-coordinate representation of color #DB09BE: hue angle of 308.29º degrees, saturation: 0.92, 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 #DB09BE is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 190 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.14 |
| HSL | 308.29º | 0.92% | 0.45% | - |
| HSV(B) | 308.29º | 0.96% | 0.86% | - |
| XYZ | 38.61 | 18.97 | 50.34 | - |
| YUV | 92.42 | 183.07 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 190 | 0 | 0.96 | 0.13 | 0.14 | 308.29 | 0.92 | 0.45 |
| Hex | DB | 9 | BE | 0 | 60 | D | E | 134 | 5C | 2D |
| Octal | 333 | 11 | 276 | 0 | 140 | 15 | 16 | 464 | 134 | 55 |
| Binary | 11011011 | 1001 | 10111110 | 0 | 1100000 | 1101 | 1110 | 100110100 | 1011100 | 101101 |
Color Harmonies of #DB09BE
Complementary color
Monochromatic Colors of #DB09BE
Black with #DB09BE
Text Example
Text Example
White with #DB09BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09BE; }
p { color: rgb(219,9,190); }
H1.HeaderClassName
{
color: #DB09BE;
}
.AnyTagClassName
{
color: #DB09BE;
}
</style>
background-color css
<style>
a { background-color: #DB09BE; }
a { background-color: rgb(219,9,190); }
div.DivClassName
{
background-color: #DB09BE;
}
.BgClassName
{
background-color: #DB09BE;
}
</style>
border-color css
<style>
span { border-color: #DB09BE; }
span { border-color: rgb(219,9,190); }
td.TdClassName
{
border-color: #DB09BE;
}
.TagClassName
{
border-color: #DB09BE;
}
</style>