Shades of Deep Magenta #DF0CC7
Tints of Deep Magenta #DF0CC7
RGB
CMYK
RGB Variations
Color information
#DF0CC7 (or 0xDF0CC7) is known color: Deep Magenta. HEX triplet: DF, 0C and C7. RGB value is (223,12,199). Sum of RGB (Red+Green+Blue) = 223+12+199=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0CC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0CC7 is #20F338. Grayscale: #5F5F5F. Windows color (decimal): -2159417 or 13044959. OLE color: 13044959.
HSL color Cylindrical-coordinate representation of color #DF0CC7: hue angle of 306.82º 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 #DF0CC7 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 199 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.13 |
| HSL | 306.82º | 0.9% | 0.46% | - |
| HSV(B) | 306.82º | 0.95% | 0.87% | - |
| XYZ | 40.87 | 20.07 | 55.75 | - |
| YUV | 96.41 | 185.9 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 199 | 0 | 0.95 | 0.11 | 0.13 | 306.82 | 0.9 | 0.46 |
| Hex | DF | C | C7 | 0 | 5F | B | D | 133 | 5A | 2E |
| Octal | 337 | 14 | 307 | 0 | 137 | 13 | 15 | 463 | 132 | 56 |
| Binary | 11011111 | 1100 | 11000111 | 0 | 1011111 | 1011 | 1101 | 100110011 | 1011010 | 101110 |
Color Harmonies of #DF0CC7
Complementary color
Monochromatic Colors of #DF0CC7
Black with #DF0CC7
Text Example
Text Example
White with #DF0CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0CC7; }
p { color: rgb(223,12,199); }
H1.HeaderClassName
{
color: #DF0CC7;
}
.AnyTagClassName
{
color: #DF0CC7;
}
</style>
background-color css
<style>
a { background-color: #DF0CC7; }
a { background-color: rgb(223,12,199); }
div.DivClassName
{
background-color: #DF0CC7;
}
.BgClassName
{
background-color: #DF0CC7;
}
</style>
border-color css
<style>
span { border-color: #DF0CC7; }
span { border-color: rgb(223,12,199); }
td.TdClassName
{
border-color: #DF0CC7;
}
.TagClassName
{
border-color: #DF0CC7;
}
</style>