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