Shades of Deep Magenta #DC0CDD
Tints of Deep Magenta #DC0CDD
RGB
CMYK
RGB Variations
Color information
#DC0CDD (or 0xDC0CDD) is known color: Deep Magenta. HEX triplet: DC, 0C and DD. RGB value is (220,12,221). Sum of RGB (Red+Green+Blue) = 220+12+221=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 12 (5.08% from 255 or 2.65% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC0CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0CDD is #23F322. Grayscale: #616161. Windows color (decimal): -2356003 or 14486748. OLE color: 14486748.
HSL color Cylindrical-coordinate representation of color #DC0CDD: hue angle of 299.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 #DC0CDD is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 12 | 221 | - |
| CMYK | 0.00 | 0.95 | 0 | 0.13 |
| HSL | 299.71º | 0.9% | 0.46% | - |
| HSV(B) | 299.71º | 0.95% | 0.87% | - |
| XYZ | 42.7 | 20.7 | 70.15 | - |
| YUV | 98.02 | 197.41 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 221 | 0.00 | 0.95 | 0 | 0.13 | 299.71 | 0.9 | 0.46 |
| Hex | DC | C | DD | 0 | 5F | 0 | D | 12C | 5A | 2E |
| Octal | 334 | 14 | 335 | 0 | 137 | 0 | 15 | 454 | 132 | 56 |
| Binary | 11011100 | 1100 | 11011101 | 0 | 1011111 | 0 | 1101 | 100101100 | 1011010 | 101110 |
Color Harmonies of #DC0CDD
Complementary color
Monochromatic Colors of #DC0CDD
Black with #DC0CDD
Text Example
Text Example
White with #DC0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0CDD; }
p { color: rgb(220,12,221); }
H1.HeaderClassName
{
color: #DC0CDD;
}
.AnyTagClassName
{
color: #DC0CDD;
}
</style>
background-color css
<style>
a { background-color: #DC0CDD; }
a { background-color: rgb(220,12,221); }
div.DivClassName
{
background-color: #DC0CDD;
}
.BgClassName
{
background-color: #DC0CDD;
}
</style>
border-color css
<style>
span { border-color: #DC0CDD; }
span { border-color: rgb(220,12,221); }
td.TdClassName
{
border-color: #DC0CDD;
}
.TagClassName
{
border-color: #DC0CDD;
}
</style>