Shades of Deep Magenta #DB09CC
Tints of Deep Magenta #DB09CC
RGB
CMYK
RGB Variations
Color information
#DB09CC (or 0xDB09CC) is known color: Deep Magenta. HEX triplet: DB, 09 and CC. RGB value is (219,9,204). Sum of RGB (Red+Green+Blue) = 219+9+204=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 9 (3.91% from 255 or 2.08% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09CC is #24F633. Grayscale: #5D5D5D. Windows color (decimal): -2422324 or 13371867. OLE color: 13371867.
HSL color Cylindrical-coordinate representation of color #DB09CC: hue angle of 304.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 #DB09CC is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 204 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.14 |
| HSL | 304.29º | 0.92% | 0.45% | - |
| HSV(B) | 304.29º | 0.96% | 0.86% | - |
| XYZ | 40.21 | 19.62 | 58.79 | - |
| YUV | 94.02 | 190.07 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 204 | 0 | 0.96 | 0.07 | 0.14 | 304.29 | 0.92 | 0.45 |
| Hex | DB | 9 | CC | 0 | 60 | 7 | E | 130 | 5C | 2D |
| Octal | 333 | 11 | 314 | 0 | 140 | 7 | 16 | 460 | 134 | 55 |
| Binary | 11011011 | 1001 | 11001100 | 0 | 1100000 | 111 | 1110 | 100110000 | 1011100 | 101101 |
Color Harmonies of #DB09CC
Complementary color
Monochromatic Colors of #DB09CC
Black with #DB09CC
Text Example
Text Example
White with #DB09CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09CC; }
p { color: rgb(219,9,204); }
H1.HeaderClassName
{
color: #DB09CC;
}
.AnyTagClassName
{
color: #DB09CC;
}
</style>
background-color css
<style>
a { background-color: #DB09CC; }
a { background-color: rgb(219,9,204); }
div.DivClassName
{
background-color: #DB09CC;
}
.BgClassName
{
background-color: #DB09CC;
}
</style>
border-color css
<style>
span { border-color: #DB09CC; }
span { border-color: rgb(219,9,204); }
td.TdClassName
{
border-color: #DB09CC;
}
.TagClassName
{
border-color: #DB09CC;
}
</style>