Shades of Deep Magenta #D10DD7
Tints of Deep Magenta #D10DD7
RGB
CMYK
RGB Variations
Color information
#D10DD7 (or 0xD10DD7) is known color: Deep Magenta. HEX triplet: D1, 0D and D7. RGB value is (209,13,215). Sum of RGB (Red+Green+Blue) = 209+13+215=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 215 (84.38% from 255 or 49.20% from 437); Max value from RGB is 215 - color contains mainly: blue. Hex color #D10DD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10DD7 is #2EF228. Grayscale: #5E5E5E. Windows color (decimal): -3076649 or 14093777. OLE color: 14093777.
HSL color Cylindrical-coordinate representation of color #D10DD7: hue angle of 298.22º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10DD7 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 13 | 215 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.16 |
| HSL | 298.22º | 0.89% | 0.45% | - |
| HSV(B) | 298.22º | 0.94% | 0.84% | - |
| XYZ | 38.7 | 18.75 | 65.87 | - |
| YUV | 94.63 | 195.93 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 215 | 0.03 | 0.94 | 0 | 0.16 | 298.22 | 0.89 | 0.45 |
| Hex | D1 | D | D7 | 3 | 5E | 0 | 10 | 12A | 59 | 2D |
| Octal | 321 | 15 | 327 | 3 | 136 | 0 | 20 | 452 | 131 | 55 |
| Binary | 11010001 | 1101 | 11010111 | 11 | 1011110 | 0 | 10000 | 100101010 | 1011001 | 101101 |
Color Harmonies of #D10DD7
Complementary color
Monochromatic Colors of #D10DD7
Black with #D10DD7
Text Example
Text Example
White with #D10DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10DD7; }
p { color: rgb(209,13,215); }
H1.HeaderClassName
{
color: #D10DD7;
}
.AnyTagClassName
{
color: #D10DD7;
}
</style>
background-color css
<style>
a { background-color: #D10DD7; }
a { background-color: rgb(209,13,215); }
div.DivClassName
{
background-color: #D10DD7;
}
.BgClassName
{
background-color: #D10DD7;
}
</style>
border-color css
<style>
span { border-color: #D10DD7; }
span { border-color: rgb(209,13,215); }
td.TdClassName
{
border-color: #D10DD7;
}
.TagClassName
{
border-color: #D10DD7;
}
</style>