Shades of Deep Magenta #D20DCD
Tints of Deep Magenta #D20DCD
RGB
CMYK
RGB Variations
Color information
#D20DCD (or 0xD20DCD) is known color: Deep Magenta. HEX triplet: D2, 0D and CD. RGB value is (210,13,205). Sum of RGB (Red+Green+Blue) = 210+13+205=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D20DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20DCD is #2DF232. Grayscale: #5D5D5D. Windows color (decimal): -3011123 or 13438418. OLE color: 13438418.
HSL color Cylindrical-coordinate representation of color #D20DCD: hue angle of 301.52º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20DCD is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 205 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.18 |
| HSL | 301.52º | 0.88% | 0.44% | - |
| HSV(B) | 301.52º | 0.94% | 0.82% | - |
| XYZ | 37.74 | 18.4 | 59.32 | - |
| YUV | 93.79 | 190.77 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 205 | 0 | 0.94 | 0.02 | 0.18 | 301.52 | 0.88 | 0.44 |
| Hex | D2 | D | CD | 0 | 5E | 2 | 12 | 12E | 58 | 2C |
| Octal | 322 | 15 | 315 | 0 | 136 | 2 | 22 | 456 | 130 | 54 |
| Binary | 11010010 | 1101 | 11001101 | 0 | 1011110 | 10 | 10010 | 100101110 | 1011000 | 101100 |
Color Harmonies of #D20DCD
Complementary color
Monochromatic Colors of #D20DCD
Black with #D20DCD
Text Example
Text Example
White with #D20DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20DCD; }
p { color: rgb(210,13,205); }
H1.HeaderClassName
{
color: #D20DCD;
}
.AnyTagClassName
{
color: #D20DCD;
}
</style>
background-color css
<style>
a { background-color: #D20DCD; }
a { background-color: rgb(210,13,205); }
div.DivClassName
{
background-color: #D20DCD;
}
.BgClassName
{
background-color: #D20DCD;
}
</style>
border-color css
<style>
span { border-color: #D20DCD; }
span { border-color: rgb(210,13,205); }
td.TdClassName
{
border-color: #D20DCD;
}
.TagClassName
{
border-color: #D20DCD;
}
</style>