Shades of Deep Magenta #D21ACD
Tints of Deep Magenta #D21ACD
RGB
CMYK
RGB Variations
Color information
#D21ACD (or 0xD21ACD) is known color: Deep Magenta. HEX triplet: D2, 1A and CD. RGB value is (210,26,205). Sum of RGB (Red+Green+Blue) = 210+26+205=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D21ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21ACD is #2DE532. Grayscale: #646464. Windows color (decimal): -3007795 or 13441746. OLE color: 13441746.
HSL color Cylindrical-coordinate representation of color #D21ACD: hue angle of 301.63º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21ACD is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 205 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.18 |
| HSL | 301.63º | 0.78% | 0.46% | - |
| HSV(B) | 301.63º | 0.88% | 0.82% | - |
| XYZ | 37.97 | 18.85 | 59.39 | - |
| YUV | 101.42 | 186.46 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 205 | 0 | 0.88 | 0.02 | 0.18 | 301.63 | 0.78 | 0.46 |
| Hex | D2 | 1A | CD | 0 | 58 | 2 | 12 | 12E | 4E | 2E |
| Octal | 322 | 32 | 315 | 0 | 130 | 2 | 22 | 456 | 116 | 56 |
| Binary | 11010010 | 11010 | 11001101 | 0 | 1011000 | 10 | 10010 | 100101110 | 1001110 | 101110 |
Color Harmonies of #D21ACD
Complementary color
Monochromatic Colors of #D21ACD
Black with #D21ACD
Text Example
Text Example
White with #D21ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21ACD; }
p { color: rgb(210,26,205); }
H1.HeaderClassName
{
color: #D21ACD;
}
.AnyTagClassName
{
color: #D21ACD;
}
</style>
background-color css
<style>
a { background-color: #D21ACD; }
a { background-color: rgb(210,26,205); }
div.DivClassName
{
background-color: #D21ACD;
}
.BgClassName
{
background-color: #D21ACD;
}
</style>
border-color css
<style>
span { border-color: #D21ACD; }
span { border-color: rgb(210,26,205); }
td.TdClassName
{
border-color: #D21ACD;
}
.TagClassName
{
border-color: #D21ACD;
}
</style>