Shades of Deep Magenta #DF0CD9
Tints of Deep Magenta #DF0CD9
RGB
CMYK
RGB Variations
Color information
#DF0CD9 (or 0xDF0CD9) is known color: Deep Magenta. HEX triplet: DF, 0C and D9. RGB value is (223,12,217). Sum of RGB (Red+Green+Blue) = 223+12+217=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0CD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0CD9 is #20F326. Grayscale: #616161. Windows color (decimal): -2159399 or 14224607. OLE color: 14224607.
HSL color Cylindrical-coordinate representation of color #DF0CD9: hue angle of 301.71º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0CD9 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 217 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.13 |
| HSL | 301.71º | 0.9% | 0.46% | - |
| HSV(B) | 301.71º | 0.95% | 0.87% | - |
| XYZ | 43.09 | 20.96 | 67.42 | - |
| YUV | 98.46 | 194.9 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 217 | 0 | 0.95 | 0.03 | 0.13 | 301.71 | 0.9 | 0.46 |
| Hex | DF | C | D9 | 0 | 5F | 3 | D | 12E | 5A | 2E |
| Octal | 337 | 14 | 331 | 0 | 137 | 3 | 15 | 456 | 132 | 56 |
| Binary | 11011111 | 1100 | 11011001 | 0 | 1011111 | 11 | 1101 | 100101110 | 1011010 | 101110 |
Color Harmonies of #DF0CD9
Complementary color
Monochromatic Colors of #DF0CD9
Black with #DF0CD9
Text Example
Text Example
White with #DF0CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0CD9; }
p { color: rgb(223,12,217); }
H1.HeaderClassName
{
color: #DF0CD9;
}
.AnyTagClassName
{
color: #DF0CD9;
}
</style>
background-color css
<style>
a { background-color: #DF0CD9; }
a { background-color: rgb(223,12,217); }
div.DivClassName
{
background-color: #DF0CD9;
}
.BgClassName
{
background-color: #DF0CD9;
}
</style>
border-color css
<style>
span { border-color: #DF0CD9; }
span { border-color: rgb(223,12,217); }
td.TdClassName
{
border-color: #DF0CD9;
}
.TagClassName
{
border-color: #DF0CD9;
}
</style>