Shades of Deep Magenta #DC0CD3
Tints of Deep Magenta #DC0CD3
RGB
CMYK
RGB Variations
Color information
#DC0CD3 (or 0xDC0CD3) is known color: Deep Magenta. HEX triplet: DC, 0C and D3. RGB value is (220,12,211). Sum of RGB (Red+Green+Blue) = 220+12+211=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 211 (82.81% from 255 or 47.63% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0CD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0CD3 is #23F32C. Grayscale: #606060. Windows color (decimal): -2356013 or 13831388. OLE color: 13831388.
HSL color Cylindrical-coordinate representation of color #DC0CD3: hue angle of 302.6º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0CD3 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 12 | 211 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.14 |
| HSL | 302.6º | 0.9% | 0.45% | - |
| HSV(B) | 302.6º | 0.95% | 0.86% | - |
| XYZ | 41.4 | 20.18 | 63.34 | - |
| YUV | 96.88 | 192.41 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 211 | 0 | 0.95 | 0.04 | 0.14 | 302.6 | 0.9 | 0.45 |
| Hex | DC | C | D3 | 0 | 5F | 4 | E | 12F | 5A | 2D |
| Octal | 334 | 14 | 323 | 0 | 137 | 4 | 16 | 457 | 132 | 55 |
| Binary | 11011100 | 1100 | 11010011 | 0 | 1011111 | 100 | 1110 | 100101111 | 1011010 | 101101 |
Color Harmonies of #DC0CD3
Complementary color
Monochromatic Colors of #DC0CD3
Black with #DC0CD3
Text Example
Text Example
White with #DC0CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0CD3; }
p { color: rgb(220,12,211); }
H1.HeaderClassName
{
color: #DC0CD3;
}
.AnyTagClassName
{
color: #DC0CD3;
}
</style>
background-color css
<style>
a { background-color: #DC0CD3; }
a { background-color: rgb(220,12,211); }
div.DivClassName
{
background-color: #DC0CD3;
}
.BgClassName
{
background-color: #DC0CD3;
}
</style>
border-color css
<style>
span { border-color: #DC0CD3; }
span { border-color: rgb(220,12,211); }
td.TdClassName
{
border-color: #DC0CD3;
}
.TagClassName
{
border-color: #DC0CD3;
}
</style>