Shades of Deep Magenta #DB09C3
Tints of Deep Magenta #DB09C3
RGB
CMYK
RGB Variations
Color information
#DB09C3 (or 0xDB09C3) is known color: Deep Magenta. HEX triplet: DB, 09 and C3. RGB value is (219,9,195). Sum of RGB (Red+Green+Blue) = 219+9+195=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 195 (76.56% from 255 or 46.10% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09C3 is #24F63C. Grayscale: #5C5C5C. Windows color (decimal): -2422333 or 12782043. OLE color: 12782043.
HSL color Cylindrical-coordinate representation of color #DB09C3: hue angle of 306.86º 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 #DB09C3 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 195 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.14 |
| HSL | 306.86º | 0.92% | 0.45% | - |
| HSV(B) | 306.86º | 0.96% | 0.86% | - |
| XYZ | 39.16 | 19.2 | 53.27 | - |
| YUV | 92.99 | 185.57 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 195 | 0 | 0.96 | 0.11 | 0.14 | 306.86 | 0.92 | 0.45 |
| Hex | DB | 9 | C3 | 0 | 60 | B | E | 133 | 5C | 2D |
| Octal | 333 | 11 | 303 | 0 | 140 | 13 | 16 | 463 | 134 | 55 |
| Binary | 11011011 | 1001 | 11000011 | 0 | 1100000 | 1011 | 1110 | 100110011 | 1011100 | 101101 |
Color Harmonies of #DB09C3
Complementary color
Monochromatic Colors of #DB09C3
Black with #DB09C3
Text Example
Text Example
White with #DB09C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09C3; }
p { color: rgb(219,9,195); }
H1.HeaderClassName
{
color: #DB09C3;
}
.AnyTagClassName
{
color: #DB09C3;
}
</style>
background-color css
<style>
a { background-color: #DB09C3; }
a { background-color: rgb(219,9,195); }
div.DivClassName
{
background-color: #DB09C3;
}
.BgClassName
{
background-color: #DB09C3;
}
</style>
border-color css
<style>
span { border-color: #DB09C3; }
span { border-color: rgb(219,9,195); }
td.TdClassName
{
border-color: #DB09C3;
}
.TagClassName
{
border-color: #DB09C3;
}
</style>