Shades of Deep Magenta #D10CD4
Tints of Deep Magenta #D10CD4
RGB
CMYK
RGB Variations
Color information
#D10CD4 (or 0xD10CD4) is known color: Deep Magenta. HEX triplet: D1, 0C and D4. RGB value is (209,12,212). Sum of RGB (Red+Green+Blue) = 209+12+212=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 212 (83.20% from 255 or 48.96% from 433); Max value from RGB is 212 - color contains mainly: blue. Hex color #D10CD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10CD4 is #2EF32B. Grayscale: #5D5D5D. Windows color (decimal): -3076908 or 13896913. OLE color: 13896913.
HSL color Cylindrical-coordinate representation of color #D10CD4: hue angle of 299.1º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10CD4 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 12 | 212 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.17 |
| HSL | 299.1º | 0.89% | 0.44% | - |
| HSV(B) | 299.1º | 0.94% | 0.83% | - |
| XYZ | 38.31 | 18.57 | 63.85 | - |
| YUV | 93.7 | 194.77 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 212 | 0.01 | 0.94 | 0 | 0.17 | 299.1 | 0.89 | 0.44 |
| Hex | D1 | C | D4 | 1 | 5E | 0 | 11 | 12B | 59 | 2C |
| Octal | 321 | 14 | 324 | 1 | 136 | 0 | 21 | 453 | 131 | 54 |
| Binary | 11010001 | 1100 | 11010100 | 1 | 1011110 | 0 | 10001 | 100101011 | 1011001 | 101100 |
Color Harmonies of #D10CD4
Complementary color
Monochromatic Colors of #D10CD4
Black with #D10CD4
Text Example
Text Example
White with #D10CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10CD4; }
p { color: rgb(209,12,212); }
H1.HeaderClassName
{
color: #D10CD4;
}
.AnyTagClassName
{
color: #D10CD4;
}
</style>
background-color css
<style>
a { background-color: #D10CD4; }
a { background-color: rgb(209,12,212); }
div.DivClassName
{
background-color: #D10CD4;
}
.BgClassName
{
background-color: #D10CD4;
}
</style>
border-color css
<style>
span { border-color: #D10CD4; }
span { border-color: rgb(209,12,212); }
td.TdClassName
{
border-color: #D10CD4;
}
.TagClassName
{
border-color: #D10CD4;
}
</style>