Shades of Deep Magenta #DB09DF
Tints of Deep Magenta #DB09DF
RGB
CMYK
RGB Variations
Color information
#DB09DF (or 0xDB09DF) is known color: Deep Magenta. HEX triplet: DB, 09 and DF. RGB value is (219,9,223). Sum of RGB (Red+Green+Blue) = 219+9+223=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 9 (3.91% from 255 or 2.00% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB09DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09DF is #24F620. Grayscale: #5F5F5F. Windows color (decimal): -2422305 or 14617051. OLE color: 14617051.
HSL color Cylindrical-coordinate representation of color #DB09DF: hue angle of 298.88º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB09DF is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 9 | 223 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.13 |
| HSL | 298.88º | 0.92% | 0.45% | - |
| HSV(B) | 298.88º | 0.96% | 0.87% | - |
| XYZ | 42.63 | 20.58 | 71.54 | - |
| YUV | 96.19 | 199.57 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 223 | 0.02 | 0.96 | 0 | 0.13 | 298.88 | 0.92 | 0.45 |
| Hex | DB | 9 | DF | 2 | 60 | 0 | D | 12B | 5C | 2D |
| Octal | 333 | 11 | 337 | 2 | 140 | 0 | 15 | 453 | 134 | 55 |
| Binary | 11011011 | 1001 | 11011111 | 10 | 1100000 | 0 | 1101 | 100101011 | 1011100 | 101101 |
Color Harmonies of #DB09DF
Complementary color
Monochromatic Colors of #DB09DF
Black with #DB09DF
Text Example
Text Example
White with #DB09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09DF; }
p { color: rgb(219,9,223); }
H1.HeaderClassName
{
color: #DB09DF;
}
.AnyTagClassName
{
color: #DB09DF;
}
</style>
background-color css
<style>
a { background-color: #DB09DF; }
a { background-color: rgb(219,9,223); }
div.DivClassName
{
background-color: #DB09DF;
}
.BgClassName
{
background-color: #DB09DF;
}
</style>
border-color css
<style>
span { border-color: #DB09DF; }
span { border-color: rgb(219,9,223); }
td.TdClassName
{
border-color: #DB09DF;
}
.TagClassName
{
border-color: #DB09DF;
}
</style>