Shades of Deep Magenta #D20CCD
Tints of Deep Magenta #D20CCD
RGB
CMYK
RGB Variations
Color information
#D20CCD (or 0xD20CCD) is known color: Deep Magenta. HEX triplet: D2, 0C and CD. RGB value is (210,12,205). Sum of RGB (Red+Green+Blue) = 210+12+205=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D20CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20CCD is #2DF332. Grayscale: #5C5C5C. Windows color (decimal): -3011379 or 13438162. OLE color: 13438162.
HSL color Cylindrical-coordinate representation of color #D20CCD: hue angle of 301.52º 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 #D20CCD is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 205 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.18 |
| HSL | 301.52º | 0.89% | 0.44% | - |
| HSV(B) | 301.52º | 0.94% | 0.82% | - |
| XYZ | 37.73 | 18.37 | 59.32 | - |
| YUV | 93.2 | 191.1 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 205 | 0 | 0.94 | 0.02 | 0.18 | 301.52 | 0.89 | 0.44 |
| Hex | D2 | C | CD | 0 | 5E | 2 | 12 | 12E | 59 | 2C |
| Octal | 322 | 14 | 315 | 0 | 136 | 2 | 22 | 456 | 131 | 54 |
| Binary | 11010010 | 1100 | 11001101 | 0 | 1011110 | 10 | 10010 | 100101110 | 1011001 | 101100 |
Color Harmonies of #D20CCD
Complementary color
Monochromatic Colors of #D20CCD
Black with #D20CCD
Text Example
Text Example
White with #D20CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20CCD; }
p { color: rgb(210,12,205); }
H1.HeaderClassName
{
color: #D20CCD;
}
.AnyTagClassName
{
color: #D20CCD;
}
</style>
background-color css
<style>
a { background-color: #D20CCD; }
a { background-color: rgb(210,12,205); }
div.DivClassName
{
background-color: #D20CCD;
}
.BgClassName
{
background-color: #D20CCD;
}
</style>
border-color css
<style>
span { border-color: #D20CCD; }
span { border-color: rgb(210,12,205); }
td.TdClassName
{
border-color: #D20CCD;
}
.TagClassName
{
border-color: #D20CCD;
}
</style>