Shades of Deep Magenta #D20CD1
Tints of Deep Magenta #D20CD1
RGB
CMYK
RGB Variations
Color information
#D20CD1 (or 0xD20CD1) is known color: Deep Magenta. HEX triplet: D2, 0C and D1. RGB value is (210,12,209). Sum of RGB (Red+Green+Blue) = 210+12+209=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D20CD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20CD1 is #2DF32E. Grayscale: #5D5D5D. Windows color (decimal): -3011375 or 13700306. OLE color: 13700306.
HSL color Cylindrical-coordinate representation of color #D20CD1: hue angle of 300.3º degrees, saturation: 0.89, 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 #D20CD1 is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 209 | - |
| CMYK | 0 | 0.94 | 0.00 | 0.18 |
| HSL | 300.3º | 0.89% | 0.44% | - |
| HSV(B) | 300.3º | 0.94% | 0.82% | - |
| XYZ | 38.22 | 18.57 | 61.89 | - |
| YUV | 93.66 | 193.1 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 209 | 0 | 0.94 | 0.00 | 0.18 | 300.3 | 0.89 | 0.44 |
| Hex | D2 | C | D1 | 0 | 5E | 0 | 12 | 12C | 59 | 2C |
| Octal | 322 | 14 | 321 | 0 | 136 | 0 | 22 | 454 | 131 | 54 |
| Binary | 11010010 | 1100 | 11010001 | 0 | 1011110 | 0 | 10010 | 100101100 | 1011001 | 101100 |
Color Harmonies of #D20CD1
Complementary color
Monochromatic Colors of #D20CD1
Black with #D20CD1
Text Example
Text Example
White with #D20CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20CD1; }
p { color: rgb(210,12,209); }
H1.HeaderClassName
{
color: #D20CD1;
}
.AnyTagClassName
{
color: #D20CD1;
}
</style>
background-color css
<style>
a { background-color: #D20CD1; }
a { background-color: rgb(210,12,209); }
div.DivClassName
{
background-color: #D20CD1;
}
.BgClassName
{
background-color: #D20CD1;
}
</style>
border-color css
<style>
span { border-color: #D20CD1; }
span { border-color: rgb(210,12,209); }
td.TdClassName
{
border-color: #D20CD1;
}
.TagClassName
{
border-color: #D20CD1;
}
</style>