Shades of Deep Magenta #DB09E1
Tints of Deep Magenta #DB09E1
RGB
CMYK
RGB Variations
Color information
#DB09E1 (or 0xDB09E1) is known color: Deep Magenta. HEX triplet: DB, 09 and E1. RGB value is (219,9,225). Sum of RGB (Red+Green+Blue) = 219+9+225=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 9 (3.91% from 255 or 1.99% from 453); Blue value is 225 (88.28% from 255 or 49.67% from 453); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB09E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09E1 is #24F61E. Grayscale: #5F5F5F. Windows color (decimal): -2422303 or 14748123. OLE color: 14748123.
HSL color Cylindrical-coordinate representation of color #DB09E1: hue angle of 298.33º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB09E1 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 9 | 225 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.12 |
| HSL | 298.33º | 0.92% | 0.46% | - |
| HSV(B) | 298.33º | 0.96% | 0.88% | - |
| XYZ | 42.9 | 20.69 | 72.97 | - |
| YUV | 96.41 | 200.57 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 225 | 0.03 | 0.96 | 0 | 0.12 | 298.33 | 0.92 | 0.46 |
| Hex | DB | 9 | E1 | 3 | 60 | 0 | C | 12A | 5C | 2E |
| Octal | 333 | 11 | 341 | 3 | 140 | 0 | 14 | 452 | 134 | 56 |
| Binary | 11011011 | 1001 | 11100001 | 11 | 1100000 | 0 | 1100 | 100101010 | 1011100 | 101110 |
Color Harmonies of #DB09E1
Complementary color
Monochromatic Colors of #DB09E1
Black with #DB09E1
Text Example
Text Example
White with #DB09E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09E1; }
p { color: rgb(219,9,225); }
H1.HeaderClassName
{
color: #DB09E1;
}
.AnyTagClassName
{
color: #DB09E1;
}
</style>
background-color css
<style>
a { background-color: #DB09E1; }
a { background-color: rgb(219,9,225); }
div.DivClassName
{
background-color: #DB09E1;
}
.BgClassName
{
background-color: #DB09E1;
}
</style>
border-color css
<style>
span { border-color: #DB09E1; }
span { border-color: rgb(219,9,225); }
td.TdClassName
{
border-color: #DB09E1;
}
.TagClassName
{
border-color: #DB09E1;
}
</style>