Shades of Deep Magenta #DF09DB
Tints of Deep Magenta #DF09DB
RGB
CMYK
RGB Variations
Color information
#DF09DB (or 0xDF09DB) is known color: Deep Magenta. HEX triplet: DF, 09 and DB. RGB value is (223,9,219). Sum of RGB (Red+Green+Blue) = 223+9+219=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 9 (3.91% from 255 or 2.00% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF09DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF09DB is #20F624. Grayscale: #606060. Windows color (decimal): -2160165 or 14354911. OLE color: 14354911.
HSL color Cylindrical-coordinate representation of color #DF09DB: hue angle of 301.12º 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 #DF09DB is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 219 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.13 |
| HSL | 301.12º | 0.92% | 0.45% | - |
| HSV(B) | 301.12º | 0.96% | 0.87% | - |
| XYZ | 43.32 | 21 | 68.79 | - |
| YUV | 96.93 | 196.9 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 219 | 0 | 0.96 | 0.02 | 0.13 | 301.12 | 0.92 | 0.45 |
| Hex | DF | 9 | DB | 0 | 60 | 2 | D | 12D | 5C | 2D |
| Octal | 337 | 11 | 333 | 0 | 140 | 2 | 15 | 455 | 134 | 55 |
| Binary | 11011111 | 1001 | 11011011 | 0 | 1100000 | 10 | 1101 | 100101101 | 1011100 | 101101 |
Color Harmonies of #DF09DB
Complementary color
Monochromatic Colors of #DF09DB
Black with #DF09DB
Text Example
Text Example
White with #DF09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF09DB; }
p { color: rgb(223,9,219); }
H1.HeaderClassName
{
color: #DF09DB;
}
.AnyTagClassName
{
color: #DF09DB;
}
</style>
background-color css
<style>
a { background-color: #DF09DB; }
a { background-color: rgb(223,9,219); }
div.DivClassName
{
background-color: #DF09DB;
}
.BgClassName
{
background-color: #DF09DB;
}
</style>
border-color css
<style>
span { border-color: #DF09DB; }
span { border-color: rgb(223,9,219); }
td.TdClassName
{
border-color: #DF09DB;
}
.TagClassName
{
border-color: #DF09DB;
}
</style>