Shades of Deep Magenta #DF09DF
Tints of Deep Magenta #DF09DF
RGB
CMYK
RGB Variations
Color information
#DF09DF (or 0xDF09DF) is known color: Deep Magenta. HEX triplet: DF, 09 and DF. RGB value is (223,9,223). Sum of RGB (Red+Green+Blue) = 223+9+223=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 9 (3.91% from 255 or 1.98% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF09DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF09DF is #20F620. Grayscale: #606060. Windows color (decimal): -2160161 or 14617055. OLE color: 14617055.
HSL color Cylindrical-coordinate representation of color #DF09DF: hue angle of 300º 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 #DF09DF is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 9 | 223 | - |
CMYK | 0 | 0.96 | 0 | 0.13 |
HSL | 300º | 0.92% | 0.45% | - |
HSV(B) | 300º | 0.96% | 0.87% | - |
XYZ | 43.85 | 21.21 | 71.6 | - |
YUV | 97.38 | 198.9 | 217.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 9 | 223 | 0 | 0.96 | 0 | 0.13 | 300 | 0.92 | 0.45 |
Hex | DF | 9 | DF | 0 | 60 | 0 | D | 12C | 5C | 2D |
Octal | 337 | 11 | 337 | 0 | 140 | 0 | 15 | 454 | 134 | 55 |
Binary | 11011111 | 1001 | 11011111 | 0 | 1100000 | 0 | 1101 | 100101100 | 1011100 | 101101 |
Color Harmonies of #DF09DF
Complementary color
Monochromatic Colors of #DF09DF
Black with #DF09DF
Text Example
Text Example
White with #DF09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF09DF; }
p { color: rgb(223,9,223); }
H1.HeaderClassName
{
color: #DF09DF;
}
.AnyTagClassName
{
color: #DF09DF;
}
</style>
background-color css
<style>
a { background-color: #DF09DF; }
a { background-color: rgb(223,9,223); }
div.DivClassName
{
background-color: #DF09DF;
}
.BgClassName
{
background-color: #DF09DF;
}
</style>
border-color css
<style>
span { border-color: #DF09DF; }
span { border-color: rgb(223,9,223); }
td.TdClassName
{
border-color: #DF09DF;
}
.TagClassName
{
border-color: #DF09DF;
}
</style>