Shades of Deep Magenta #D10DCD
Tints of Deep Magenta #D10DCD
RGB
CMYK
RGB Variations
Color information
#D10DCD (or 0xD10DCD) is known color: Deep Magenta. HEX triplet: D1, 0D and CD. RGB value is (209,13,205). Sum of RGB (Red+Green+Blue) = 209+13+205=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D10DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10DCD is #2EF232. Grayscale: #5C5C5C. Windows color (decimal): -3076659 or 13438417. OLE color: 13438417.
HSL color Cylindrical-coordinate representation of color #D10DCD: hue angle of 301.22º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10DCD is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 205 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.18 |
| HSL | 301.22º | 0.88% | 0.44% | - |
| HSV(B) | 301.22º | 0.94% | 0.82% | - |
| XYZ | 37.46 | 18.25 | 59.31 | - |
| YUV | 93.49 | 190.93 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 205 | 0 | 0.94 | 0.02 | 0.18 | 301.22 | 0.88 | 0.44 |
| Hex | D1 | D | CD | 0 | 5E | 2 | 12 | 12D | 58 | 2C |
| Octal | 321 | 15 | 315 | 0 | 136 | 2 | 22 | 455 | 130 | 54 |
| Binary | 11010001 | 1101 | 11001101 | 0 | 1011110 | 10 | 10010 | 100101101 | 1011000 | 101100 |
Color Harmonies of #D10DCD
Complementary color
Monochromatic Colors of #D10DCD
Black with #D10DCD
Text Example
Text Example
White with #D10DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10DCD; }
p { color: rgb(209,13,205); }
H1.HeaderClassName
{
color: #D10DCD;
}
.AnyTagClassName
{
color: #D10DCD;
}
</style>
background-color css
<style>
a { background-color: #D10DCD; }
a { background-color: rgb(209,13,205); }
div.DivClassName
{
background-color: #D10DCD;
}
.BgClassName
{
background-color: #D10DCD;
}
</style>
border-color css
<style>
span { border-color: #D10DCD; }
span { border-color: rgb(209,13,205); }
td.TdClassName
{
border-color: #D10DCD;
}
.TagClassName
{
border-color: #D10DCD;
}
</style>