Shades of Deep Magenta #DF09D7
Tints of Deep Magenta #DF09D7
RGB
CMYK
RGB Variations
Color information
#DF09D7 (or 0xDF09D7) is known color: Deep Magenta. HEX triplet: DF, 09 and D7. RGB value is (223,9,215). Sum of RGB (Red+Green+Blue) = 223+9+215=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 9 (3.91% from 255 or 2.01% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF09D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF09D7 is #20F628. Grayscale: #5F5F5F. Windows color (decimal): -2160169 or 14092767. OLE color: 14092767.
HSL color Cylindrical-coordinate representation of color #DF09D7: hue angle of 302.24º 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 #DF09D7 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 215 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.13 |
| HSL | 302.24º | 0.92% | 0.45% | - |
| HSV(B) | 302.24º | 0.96% | 0.87% | - |
| XYZ | 42.79 | 20.79 | 66.05 | - |
| YUV | 96.47 | 194.9 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 215 | 0 | 0.96 | 0.04 | 0.13 | 302.24 | 0.92 | 0.45 |
| Hex | DF | 9 | D7 | 0 | 60 | 4 | D | 12E | 5C | 2D |
| Octal | 337 | 11 | 327 | 0 | 140 | 4 | 15 | 456 | 134 | 55 |
| Binary | 11011111 | 1001 | 11010111 | 0 | 1100000 | 100 | 1101 | 100101110 | 1011100 | 101101 |
Color Harmonies of #DF09D7
Complementary color
Monochromatic Colors of #DF09D7
Black with #DF09D7
Text Example
Text Example
White with #DF09D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF09D7; }
p { color: rgb(223,9,215); }
H1.HeaderClassName
{
color: #DF09D7;
}
.AnyTagClassName
{
color: #DF09D7;
}
</style>
background-color css
<style>
a { background-color: #DF09D7; }
a { background-color: rgb(223,9,215); }
div.DivClassName
{
background-color: #DF09D7;
}
.BgClassName
{
background-color: #DF09D7;
}
</style>
border-color css
<style>
span { border-color: #DF09D7; }
span { border-color: rgb(223,9,215); }
td.TdClassName
{
border-color: #DF09D7;
}
.TagClassName
{
border-color: #DF09D7;
}
</style>