Shades of Deep Magenta #D10CDC
Tints of Deep Magenta #D10CDC
RGB
CMYK
RGB Variations
Color information
#D10CDC (or 0xD10CDC) is known color: Deep Magenta. HEX triplet: D1, 0C and DC. RGB value is (209,12,220). Sum of RGB (Red+Green+Blue) = 209+12+220=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #D10CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10CDC is #2EF323. Grayscale: #5D5D5D. Windows color (decimal): -3076900 or 14421201. OLE color: 14421201.
HSL color Cylindrical-coordinate representation of color #D10CDC: hue angle of 296.83º 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 #D10CDC is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 12 | 220 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.14 |
| HSL | 296.83º | 0.9% | 0.45% | - |
| HSV(B) | 296.83º | 0.95% | 0.86% | - |
| XYZ | 39.34 | 18.99 | 69.3 | - |
| YUV | 94.62 | 198.77 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 220 | 0.05 | 0.95 | 0 | 0.14 | 296.83 | 0.9 | 0.45 |
| Hex | D1 | C | DC | 5 | 5F | 0 | E | 129 | 5A | 2D |
| Octal | 321 | 14 | 334 | 5 | 137 | 0 | 16 | 451 | 132 | 55 |
| Binary | 11010001 | 1100 | 11011100 | 101 | 1011111 | 0 | 1110 | 100101001 | 1011010 | 101101 |
Color Harmonies of #D10CDC
Complementary color
Monochromatic Colors of #D10CDC
Black with #D10CDC
Text Example
Text Example
White with #D10CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10CDC; }
p { color: rgb(209,12,220); }
H1.HeaderClassName
{
color: #D10CDC;
}
.AnyTagClassName
{
color: #D10CDC;
}
</style>
background-color css
<style>
a { background-color: #D10CDC; }
a { background-color: rgb(209,12,220); }
div.DivClassName
{
background-color: #D10CDC;
}
.BgClassName
{
background-color: #D10CDC;
}
</style>
border-color css
<style>
span { border-color: #D10CDC; }
span { border-color: rgb(209,12,220); }
td.TdClassName
{
border-color: #D10CDC;
}
.TagClassName
{
border-color: #D10CDC;
}
</style>