Shades of Deep Magenta #DB09D1
Tints of Deep Magenta #DB09D1
RGB
CMYK
RGB Variations
Color information
#DB09D1 (or 0xDB09D1) is known color: Deep Magenta. HEX triplet: DB, 09 and D1. RGB value is (219,9,209). Sum of RGB (Red+Green+Blue) = 219+9+209=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 9 (3.91% from 255 or 2.06% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09D1 is #24F62E. Grayscale: #5E5E5E. Windows color (decimal): -2422319 or 13699547. OLE color: 13699547.
HSL color Cylindrical-coordinate representation of color #DB09D1: hue angle of 302.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 #DB09D1 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 209 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.14 |
| HSL | 302.86º | 0.92% | 0.45% | - |
| HSV(B) | 302.86º | 0.96% | 0.86% | - |
| XYZ | 40.82 | 19.86 | 62 | - |
| YUV | 94.59 | 192.57 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 209 | 0 | 0.96 | 0.05 | 0.14 | 302.86 | 0.92 | 0.45 |
| Hex | DB | 9 | D1 | 0 | 60 | 5 | E | 12F | 5C | 2D |
| Octal | 333 | 11 | 321 | 0 | 140 | 5 | 16 | 457 | 134 | 55 |
| Binary | 11011011 | 1001 | 11010001 | 0 | 1100000 | 101 | 1110 | 100101111 | 1011100 | 101101 |
Color Harmonies of #DB09D1
Complementary color
Monochromatic Colors of #DB09D1
Black with #DB09D1
Text Example
Text Example
White with #DB09D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09D1; }
p { color: rgb(219,9,209); }
H1.HeaderClassName
{
color: #DB09D1;
}
.AnyTagClassName
{
color: #DB09D1;
}
</style>
background-color css
<style>
a { background-color: #DB09D1; }
a { background-color: rgb(219,9,209); }
div.DivClassName
{
background-color: #DB09D1;
}
.BgClassName
{
background-color: #DB09D1;
}
</style>
border-color css
<style>
span { border-color: #DB09D1; }
span { border-color: rgb(219,9,209); }
td.TdClassName
{
border-color: #DB09D1;
}
.TagClassName
{
border-color: #DB09D1;
}
</style>