Shades of Deep Magenta #D10DDD
Tints of Deep Magenta #D10DDD
RGB
CMYK
RGB Variations
Color information
#D10DDD (or 0xD10DDD) is known color: Deep Magenta. HEX triplet: D1, 0D and DD. RGB value is (209,13,221). Sum of RGB (Red+Green+Blue) = 209+13+221=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 13 (5.47% from 255 or 2.93% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #D10DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10DDD is #2EF222. Grayscale: #5E5E5E. Windows color (decimal): -3076643 or 14486993. OLE color: 14486993.
HSL color Cylindrical-coordinate representation of color #D10DDD: hue angle of 296.54º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10DDD is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 13 | 221 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.13 |
| HSL | 296.54º | 0.89% | 0.46% | - |
| HSV(B) | 296.54º | 0.94% | 0.87% | - |
| XYZ | 39.49 | 19.06 | 70 | - |
| YUV | 95.32 | 198.93 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 221 | 0.05 | 0.94 | 0 | 0.13 | 296.54 | 0.89 | 0.46 |
| Hex | D1 | D | DD | 5 | 5E | 0 | D | 129 | 59 | 2E |
| Octal | 321 | 15 | 335 | 5 | 136 | 0 | 15 | 451 | 131 | 56 |
| Binary | 11010001 | 1101 | 11011101 | 101 | 1011110 | 0 | 1101 | 100101001 | 1011001 | 101110 |
Color Harmonies of #D10DDD
Complementary color
Monochromatic Colors of #D10DDD
Black with #D10DDD
Text Example
Text Example
White with #D10DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10DDD; }
p { color: rgb(209,13,221); }
H1.HeaderClassName
{
color: #D10DDD;
}
.AnyTagClassName
{
color: #D10DDD;
}
</style>
background-color css
<style>
a { background-color: #D10DDD; }
a { background-color: rgb(209,13,221); }
div.DivClassName
{
background-color: #D10DDD;
}
.BgClassName
{
background-color: #D10DDD;
}
</style>
border-color css
<style>
span { border-color: #D10DDD; }
span { border-color: rgb(209,13,221); }
td.TdClassName
{
border-color: #D10DDD;
}
.TagClassName
{
border-color: #D10DDD;
}
</style>