Shades of Deep Magenta #D20CAD
Tints of Deep Magenta #D20CAD
RGB
CMYK
RGB Variations
Color information
#D20CAD (or 0xD20CAD) is known color: Deep Magenta. HEX triplet: D2, 0C and AD. RGB value is (210,12,173). Sum of RGB (Red+Green+Blue) = 210+12+173=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D20CAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20CAD is #2DF352. Grayscale: #595959. Windows color (decimal): -3011411 or 11341010. OLE color: 11341010.
HSL color Cylindrical-coordinate representation of color #D20CAD: hue angle of 311.21º 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 #D20CAD is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 173 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.18 |
| HSL | 311.21º | 0.89% | 0.44% | - |
| HSV(B) | 311.21º | 0.94% | 0.82% | - |
| XYZ | 34.25 | 16.98 | 41.01 | - |
| YUV | 89.56 | 175.1 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 173 | 0 | 0.94 | 0.18 | 0.18 | 311.21 | 0.89 | 0.44 |
| Hex | D2 | C | AD | 0 | 5E | 12 | 12 | 137 | 59 | 2C |
| Octal | 322 | 14 | 255 | 0 | 136 | 22 | 22 | 467 | 131 | 54 |
| Binary | 11010010 | 1100 | 10101101 | 0 | 1011110 | 10010 | 10010 | 100110111 | 1011001 | 101100 |
Color Harmonies of #D20CAD
Complementary color
Monochromatic Colors of #D20CAD
Black with #D20CAD
Text Example
Text Example
White with #D20CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20CAD; }
p { color: rgb(210,12,173); }
H1.HeaderClassName
{
color: #D20CAD;
}
.AnyTagClassName
{
color: #D20CAD;
}
</style>
background-color css
<style>
a { background-color: #D20CAD; }
a { background-color: rgb(210,12,173); }
div.DivClassName
{
background-color: #D20CAD;
}
.BgClassName
{
background-color: #D20CAD;
}
</style>
border-color css
<style>
span { border-color: #D20CAD; }
span { border-color: rgb(210,12,173); }
td.TdClassName
{
border-color: #D20CAD;
}
.TagClassName
{
border-color: #D20CAD;
}
</style>