Shades of Deep Magenta #DB09C9
Tints of Deep Magenta #DB09C9
RGB
CMYK
RGB Variations
Color information
#DB09C9 (or 0xDB09C9) is known color: Deep Magenta. HEX triplet: DB, 09 and C9. RGB value is (219,9,201). Sum of RGB (Red+Green+Blue) = 219+9+201=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 9 (3.91% from 255 or 2.10% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09C9 is #24F636. Grayscale: #5D5D5D. Windows color (decimal): -2422327 or 13175259. OLE color: 13175259.
HSL color Cylindrical-coordinate representation of color #DB09C9: hue angle of 305.14º 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 #DB09C9 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 201 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.14 |
| HSL | 305.14º | 0.92% | 0.45% | - |
| HSV(B) | 305.14º | 0.96% | 0.86% | - |
| XYZ | 39.85 | 19.47 | 56.92 | - |
| YUV | 93.68 | 188.57 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 201 | 0 | 0.96 | 0.08 | 0.14 | 305.14 | 0.92 | 0.45 |
| Hex | DB | 9 | C9 | 0 | 60 | 8 | E | 131 | 5C | 2D |
| Octal | 333 | 11 | 311 | 0 | 140 | 10 | 16 | 461 | 134 | 55 |
| Binary | 11011011 | 1001 | 11001001 | 0 | 1100000 | 1000 | 1110 | 100110001 | 1011100 | 101101 |
Color Harmonies of #DB09C9
Complementary color
Monochromatic Colors of #DB09C9
Black with #DB09C9
Text Example
Text Example
White with #DB09C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09C9; }
p { color: rgb(219,9,201); }
H1.HeaderClassName
{
color: #DB09C9;
}
.AnyTagClassName
{
color: #DB09C9;
}
</style>
background-color css
<style>
a { background-color: #DB09C9; }
a { background-color: rgb(219,9,201); }
div.DivClassName
{
background-color: #DB09C9;
}
.BgClassName
{
background-color: #DB09C9;
}
</style>
border-color css
<style>
span { border-color: #DB09C9; }
span { border-color: rgb(219,9,201); }
td.TdClassName
{
border-color: #DB09C9;
}
.TagClassName
{
border-color: #DB09C9;
}
</style>