Shades of Deep Magenta #D20CBA
Tints of Deep Magenta #D20CBA
RGB
CMYK
RGB Variations
Color information
#D20CBA (or 0xD20CBA) is known color: Deep Magenta. HEX triplet: D2, 0C and BA. RGB value is (210,12,186). Sum of RGB (Red+Green+Blue) = 210+12+186=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D20CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20CBA is #2DF345. Grayscale: #5A5A5A. Windows color (decimal): -3011398 or 12192978. OLE color: 12192978.
HSL color Cylindrical-coordinate representation of color #D20CBA: hue angle of 307.27º 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 #D20CBA is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 186 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.18 |
| HSL | 307.27º | 0.89% | 0.44% | - |
| HSV(B) | 307.27º | 0.94% | 0.82% | - |
| XYZ | 35.57 | 17.51 | 47.96 | - |
| YUV | 91.04 | 181.6 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 186 | 0 | 0.94 | 0.11 | 0.18 | 307.27 | 0.89 | 0.44 |
| Hex | D2 | C | BA | 0 | 5E | B | 12 | 133 | 59 | 2C |
| Octal | 322 | 14 | 272 | 0 | 136 | 13 | 22 | 463 | 131 | 54 |
| Binary | 11010010 | 1100 | 10111010 | 0 | 1011110 | 1011 | 10010 | 100110011 | 1011001 | 101100 |
Color Harmonies of #D20CBA
Complementary color
Monochromatic Colors of #D20CBA
Black with #D20CBA
Text Example
Text Example
White with #D20CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20CBA; }
p { color: rgb(210,12,186); }
H1.HeaderClassName
{
color: #D20CBA;
}
.AnyTagClassName
{
color: #D20CBA;
}
</style>
background-color css
<style>
a { background-color: #D20CBA; }
a { background-color: rgb(210,12,186); }
div.DivClassName
{
background-color: #D20CBA;
}
.BgClassName
{
background-color: #D20CBA;
}
</style>
border-color css
<style>
span { border-color: #D20CBA; }
span { border-color: rgb(210,12,186); }
td.TdClassName
{
border-color: #D20CBA;
}
.TagClassName
{
border-color: #D20CBA;
}
</style>