Shades of Deep Magenta #D20CD0
Tints of Deep Magenta #D20CD0
RGB
CMYK
RGB Variations
Color information
#D20CD0 (or 0xD20CD0) is known color: Deep Magenta. HEX triplet: D2, 0C and D0. RGB value is (210,12,208). Sum of RGB (Red+Green+Blue) = 210+12+208=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D20CD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20CD0 is #2DF32F. Grayscale: #5C5C5C. Windows color (decimal): -3011376 or 13634770. OLE color: 13634770.
HSL color Cylindrical-coordinate representation of color #D20CD0: hue angle of 300.61º 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 #D20CD0 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 208 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.18 |
| HSL | 300.61º | 0.89% | 0.44% | - |
| HSV(B) | 300.61º | 0.94% | 0.82% | - |
| XYZ | 38.09 | 18.52 | 61.24 | - |
| YUV | 93.55 | 192.6 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 208 | 0 | 0.94 | 0.01 | 0.18 | 300.61 | 0.89 | 0.44 |
| Hex | D2 | C | D0 | 0 | 5E | 1 | 12 | 12D | 59 | 2C |
| Octal | 322 | 14 | 320 | 0 | 136 | 1 | 22 | 455 | 131 | 54 |
| Binary | 11010010 | 1100 | 11010000 | 0 | 1011110 | 1 | 10010 | 100101101 | 1011001 | 101100 |
Color Harmonies of #D20CD0
Complementary color
Monochromatic Colors of #D20CD0
Black with #D20CD0
Text Example
Text Example
White with #D20CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20CD0; }
p { color: rgb(210,12,208); }
H1.HeaderClassName
{
color: #D20CD0;
}
.AnyTagClassName
{
color: #D20CD0;
}
</style>
background-color css
<style>
a { background-color: #D20CD0; }
a { background-color: rgb(210,12,208); }
div.DivClassName
{
background-color: #D20CD0;
}
.BgClassName
{
background-color: #D20CD0;
}
</style>
border-color css
<style>
span { border-color: #D20CD0; }
span { border-color: rgb(210,12,208); }
td.TdClassName
{
border-color: #D20CD0;
}
.TagClassName
{
border-color: #D20CD0;
}
</style>