Shades of Deep Magenta #DF0CDC
Tints of Deep Magenta #DF0CDC
RGB
CMYK
RGB Variations
Color information
#DF0CDC (or 0xDF0CDC) is known color: Deep Magenta. HEX triplet: DF, 0C and DC. RGB value is (223,12,220). Sum of RGB (Red+Green+Blue) = 223+12+220=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 12 (5.08% from 255 or 2.64% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0CDC is #20F323. Grayscale: #626262. Windows color (decimal): -2159396 or 14421215. OLE color: 14421215.
HSL color Cylindrical-coordinate representation of color #DF0CDC: hue angle of 300.85º 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 #DF0CDC is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 220 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.13 |
| HSL | 300.85º | 0.9% | 0.46% | - |
| HSV(B) | 300.85º | 0.95% | 0.87% | - |
| XYZ | 43.48 | 21.12 | 69.49 | - |
| YUV | 98.8 | 196.4 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 220 | 0 | 0.95 | 0.01 | 0.13 | 300.85 | 0.9 | 0.46 |
| Hex | DF | C | DC | 0 | 5F | 1 | D | 12D | 5A | 2E |
| Octal | 337 | 14 | 334 | 0 | 137 | 1 | 15 | 455 | 132 | 56 |
| Binary | 11011111 | 1100 | 11011100 | 0 | 1011111 | 1 | 1101 | 100101101 | 1011010 | 101110 |
Color Harmonies of #DF0CDC
Complementary color
Monochromatic Colors of #DF0CDC
Black with #DF0CDC
Text Example
Text Example
White with #DF0CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0CDC; }
p { color: rgb(223,12,220); }
H1.HeaderClassName
{
color: #DF0CDC;
}
.AnyTagClassName
{
color: #DF0CDC;
}
</style>
background-color css
<style>
a { background-color: #DF0CDC; }
a { background-color: rgb(223,12,220); }
div.DivClassName
{
background-color: #DF0CDC;
}
.BgClassName
{
background-color: #DF0CDC;
}
</style>
border-color css
<style>
span { border-color: #DF0CDC; }
span { border-color: rgb(223,12,220); }
td.TdClassName
{
border-color: #DF0CDC;
}
.TagClassName
{
border-color: #DF0CDC;
}
</style>