Shades of Deep Magenta #D20DC5
Tints of Deep Magenta #D20DC5
RGB
CMYK
RGB Variations
Color information
#D20DC5 (or 0xD20DC5) is known color: Deep Magenta. HEX triplet: D2, 0D and C5. RGB value is (210,13,197). Sum of RGB (Red+Green+Blue) = 210+13+197=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D20DC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20DC5 is #2DF23A. Grayscale: #5C5C5C. Windows color (decimal): -3011131 or 12914130. OLE color: 12914130.
HSL color Cylindrical-coordinate representation of color #D20DC5: hue angle of 303.96º 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 #D20DC5 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 197 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.18 |
| HSL | 303.96º | 0.88% | 0.44% | - |
| HSV(B) | 303.96º | 0.94% | 0.82% | - |
| XYZ | 36.8 | 18.02 | 54.36 | - |
| YUV | 92.88 | 186.77 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 197 | 0 | 0.94 | 0.06 | 0.18 | 303.96 | 0.88 | 0.44 |
| Hex | D2 | D | C5 | 0 | 5E | 6 | 12 | 130 | 58 | 2C |
| Octal | 322 | 15 | 305 | 0 | 136 | 6 | 22 | 460 | 130 | 54 |
| Binary | 11010010 | 1101 | 11000101 | 0 | 1011110 | 110 | 10010 | 100110000 | 1011000 | 101100 |
Color Harmonies of #D20DC5
Complementary color
Monochromatic Colors of #D20DC5
Black with #D20DC5
Text Example
Text Example
White with #D20DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20DC5; }
p { color: rgb(210,13,197); }
H1.HeaderClassName
{
color: #D20DC5;
}
.AnyTagClassName
{
color: #D20DC5;
}
</style>
background-color css
<style>
a { background-color: #D20DC5; }
a { background-color: rgb(210,13,197); }
div.DivClassName
{
background-color: #D20DC5;
}
.BgClassName
{
background-color: #D20DC5;
}
</style>
border-color css
<style>
span { border-color: #D20DC5; }
span { border-color: rgb(210,13,197); }
td.TdClassName
{
border-color: #D20DC5;
}
.TagClassName
{
border-color: #D20DC5;
}
</style>