Shades of Deep Magenta #D20DDD
Tints of Deep Magenta #D20DDD
RGB
CMYK
RGB Variations
Color information
#D20DDD (or 0xD20DDD) is known color: Deep Magenta. HEX triplet: D2, 0D and DD. RGB value is (210,13,221). Sum of RGB (Red+Green+Blue) = 210+13+221=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 13 (5.47% from 255 or 2.93% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #D20DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20DDD is #2DF222. Grayscale: #5E5E5E. Windows color (decimal): -3011107 or 14486994. OLE color: 14486994.
HSL color Cylindrical-coordinate representation of color #D20DDD: hue angle of 296.83º 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 #D20DDD is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 13 | 221 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.13 |
| HSL | 296.83º | 0.89% | 0.46% | - |
| HSV(B) | 296.83º | 0.94% | 0.87% | - |
| XYZ | 39.77 | 19.21 | 70.02 | - |
| YUV | 95.62 | 198.77 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 221 | 0.05 | 0.94 | 0 | 0.13 | 296.83 | 0.89 | 0.46 |
| Hex | D2 | D | DD | 5 | 5E | 0 | D | 129 | 59 | 2E |
| Octal | 322 | 15 | 335 | 5 | 136 | 0 | 15 | 451 | 131 | 56 |
| Binary | 11010010 | 1101 | 11011101 | 101 | 1011110 | 0 | 1101 | 100101001 | 1011001 | 101110 |
Color Harmonies of #D20DDD
Complementary color
Monochromatic Colors of #D20DDD
Black with #D20DDD
Text Example
Text Example
White with #D20DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20DDD; }
p { color: rgb(210,13,221); }
H1.HeaderClassName
{
color: #D20DDD;
}
.AnyTagClassName
{
color: #D20DDD;
}
</style>
background-color css
<style>
a { background-color: #D20DDD; }
a { background-color: rgb(210,13,221); }
div.DivClassName
{
background-color: #D20DDD;
}
.BgClassName
{
background-color: #D20DDD;
}
</style>
border-color css
<style>
span { border-color: #D20DDD; }
span { border-color: rgb(210,13,221); }
td.TdClassName
{
border-color: #D20DDD;
}
.TagClassName
{
border-color: #D20DDD;
}
</style>