Shades of Deep Magenta #DB09D2
Tints of Deep Magenta #DB09D2
RGB
CMYK
RGB Variations
Color information
#DB09D2 (or 0xDB09D2) is known color: Deep Magenta. HEX triplet: DB, 09 and D2. RGB value is (219,9,210). Sum of RGB (Red+Green+Blue) = 219+9+210=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 9 (3.91% from 255 or 2.05% from 438); Blue value is 210 (82.42% from 255 or 47.95% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09D2 is #24F62D. Grayscale: #5E5E5E. Windows color (decimal): -2422318 or 13765083. OLE color: 13765083.
HSL color Cylindrical-coordinate representation of color #DB09D2: hue angle of 302.57º 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 #DB09D2 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 210 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.14 |
| HSL | 302.57º | 0.92% | 0.45% | - |
| HSV(B) | 302.57º | 0.96% | 0.86% | - |
| XYZ | 40.94 | 19.91 | 62.66 | - |
| YUV | 94.7 | 193.07 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 210 | 0 | 0.96 | 0.04 | 0.14 | 302.57 | 0.92 | 0.45 |
| Hex | DB | 9 | D2 | 0 | 60 | 4 | E | 12F | 5C | 2D |
| Octal | 333 | 11 | 322 | 0 | 140 | 4 | 16 | 457 | 134 | 55 |
| Binary | 11011011 | 1001 | 11010010 | 0 | 1100000 | 100 | 1110 | 100101111 | 1011100 | 101101 |
Color Harmonies of #DB09D2
Complementary color
Monochromatic Colors of #DB09D2
Black with #DB09D2
Text Example
Text Example
White with #DB09D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09D2; }
p { color: rgb(219,9,210); }
H1.HeaderClassName
{
color: #DB09D2;
}
.AnyTagClassName
{
color: #DB09D2;
}
</style>
background-color css
<style>
a { background-color: #DB09D2; }
a { background-color: rgb(219,9,210); }
div.DivClassName
{
background-color: #DB09D2;
}
.BgClassName
{
background-color: #DB09D2;
}
</style>
border-color css
<style>
span { border-color: #DB09D2; }
span { border-color: rgb(219,9,210); }
td.TdClassName
{
border-color: #DB09D2;
}
.TagClassName
{
border-color: #DB09D2;
}
</style>