Shades of Deep Magenta #D10CD5
Tints of Deep Magenta #D10CD5
RGB
CMYK
RGB Variations
Color information
#D10CD5 (or 0xD10CD5) is known color: Deep Magenta. HEX triplet: D1, 0C and D5. RGB value is (209,12,213). Sum of RGB (Red+Green+Blue) = 209+12+213=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 213 (83.59% from 255 or 49.08% from 434); Max value from RGB is 213 - color contains mainly: blue. Hex color #D10CD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10CD5 is #2EF32A. Grayscale: #5D5D5D. Windows color (decimal): -3076907 or 13962449. OLE color: 13962449.
HSL color Cylindrical-coordinate representation of color #D10CD5: hue angle of 298.81º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10CD5 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 12 | 213 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.16 |
| HSL | 298.81º | 0.89% | 0.44% | - |
| HSV(B) | 298.81º | 0.94% | 0.84% | - |
| XYZ | 38.44 | 18.62 | 64.52 | - |
| YUV | 93.82 | 195.27 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 213 | 0.02 | 0.94 | 0 | 0.16 | 298.81 | 0.89 | 0.44 |
| Hex | D1 | C | D5 | 2 | 5E | 0 | 10 | 12B | 59 | 2C |
| Octal | 321 | 14 | 325 | 2 | 136 | 0 | 20 | 453 | 131 | 54 |
| Binary | 11010001 | 1100 | 11010101 | 10 | 1011110 | 0 | 10000 | 100101011 | 1011001 | 101100 |
Color Harmonies of #D10CD5
Complementary color
Monochromatic Colors of #D10CD5
Black with #D10CD5
Text Example
Text Example
White with #D10CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10CD5; }
p { color: rgb(209,12,213); }
H1.HeaderClassName
{
color: #D10CD5;
}
.AnyTagClassName
{
color: #D10CD5;
}
</style>
background-color css
<style>
a { background-color: #D10CD5; }
a { background-color: rgb(209,12,213); }
div.DivClassName
{
background-color: #D10CD5;
}
.BgClassName
{
background-color: #D10CD5;
}
</style>
border-color css
<style>
span { border-color: #D10CD5; }
span { border-color: rgb(209,12,213); }
td.TdClassName
{
border-color: #D10CD5;
}
.TagClassName
{
border-color: #D10CD5;
}
</style>