Shades of Deep Magenta #DB09C0
Tints of Deep Magenta #DB09C0
RGB
CMYK
RGB Variations
Color information
#DB09C0 (or 0xDB09C0) is known color: Deep Magenta. HEX triplet: DB, 09 and C0. RGB value is (219,9,192). Sum of RGB (Red+Green+Blue) = 219+9+192=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 9 (3.91% from 255 or 2.14% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09C0 is #24F63F. Grayscale: #5C5C5C. Windows color (decimal): -2422336 or 12585435. OLE color: 12585435.
HSL color Cylindrical-coordinate representation of color #DB09C0: hue angle of 307.71º 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 #DB09C0 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 192 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.14 |
| HSL | 307.71º | 0.92% | 0.45% | - |
| HSV(B) | 307.71º | 0.96% | 0.86% | - |
| XYZ | 38.83 | 19.06 | 51.5 | - |
| YUV | 92.65 | 184.07 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 192 | 0 | 0.96 | 0.12 | 0.14 | 307.71 | 0.92 | 0.45 |
| Hex | DB | 9 | C0 | 0 | 60 | C | E | 134 | 5C | 2D |
| Octal | 333 | 11 | 300 | 0 | 140 | 14 | 16 | 464 | 134 | 55 |
| Binary | 11011011 | 1001 | 11000000 | 0 | 1100000 | 1100 | 1110 | 100110100 | 1011100 | 101101 |
Color Harmonies of #DB09C0
Complementary color
Monochromatic Colors of #DB09C0
Black with #DB09C0
Text Example
Text Example
White with #DB09C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09C0; }
p { color: rgb(219,9,192); }
H1.HeaderClassName
{
color: #DB09C0;
}
.AnyTagClassName
{
color: #DB09C0;
}
</style>
background-color css
<style>
a { background-color: #DB09C0; }
a { background-color: rgb(219,9,192); }
div.DivClassName
{
background-color: #DB09C0;
}
.BgClassName
{
background-color: #DB09C0;
}
</style>
border-color css
<style>
span { border-color: #DB09C0; }
span { border-color: rgb(219,9,192); }
td.TdClassName
{
border-color: #DB09C0;
}
.TagClassName
{
border-color: #DB09C0;
}
</style>