Shades of Deep Magenta #DF0CCC
Tints of Deep Magenta #DF0CCC
RGB
CMYK
RGB Variations
Color information
#DF0CCC (or 0xDF0CCC) is known color: Deep Magenta. HEX triplet: DF, 0C and CC. RGB value is (223,12,204). Sum of RGB (Red+Green+Blue) = 223+12+204=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0CCC is #20F333. Grayscale: #606060. Windows color (decimal): -2159412 or 13372639. OLE color: 13372639.
HSL color Cylindrical-coordinate representation of color #DF0CCC: hue angle of 305.4º 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 #DF0CCC is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 204 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.13 |
| HSL | 305.4º | 0.9% | 0.46% | - |
| HSV(B) | 305.4º | 0.95% | 0.87% | - |
| XYZ | 41.46 | 20.31 | 58.86 | - |
| YUV | 96.98 | 188.4 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 204 | 0 | 0.95 | 0.09 | 0.13 | 305.4 | 0.9 | 0.46 |
| Hex | DF | C | CC | 0 | 5F | 9 | D | 131 | 5A | 2E |
| Octal | 337 | 14 | 314 | 0 | 137 | 11 | 15 | 461 | 132 | 56 |
| Binary | 11011111 | 1100 | 11001100 | 0 | 1011111 | 1001 | 1101 | 100110001 | 1011010 | 101110 |
Color Harmonies of #DF0CCC
Complementary color
Monochromatic Colors of #DF0CCC
Black with #DF0CCC
Text Example
Text Example
White with #DF0CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0CCC; }
p { color: rgb(223,12,204); }
H1.HeaderClassName
{
color: #DF0CCC;
}
.AnyTagClassName
{
color: #DF0CCC;
}
</style>
background-color css
<style>
a { background-color: #DF0CCC; }
a { background-color: rgb(223,12,204); }
div.DivClassName
{
background-color: #DF0CCC;
}
.BgClassName
{
background-color: #DF0CCC;
}
</style>
border-color css
<style>
span { border-color: #DF0CCC; }
span { border-color: rgb(223,12,204); }
td.TdClassName
{
border-color: #DF0CCC;
}
.TagClassName
{
border-color: #DF0CCC;
}
</style>