Shades of Deep Magenta #D21AD0
Tints of Deep Magenta #D21AD0
RGB
CMYK
RGB Variations
Color information
#D21AD0 (or 0xD21AD0) is known color: Deep Magenta. HEX triplet: D2, 1A and D0. RGB value is (210,26,208). Sum of RGB (Red+Green+Blue) = 210+26+208=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 26 (10.55% from 255 or 5.86% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D21AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21AD0 is #2DE52F. Grayscale: #656565. Windows color (decimal): -3007792 or 13638354. OLE color: 13638354.
HSL color Cylindrical-coordinate representation of color #D21AD0: hue angle of 300.65º 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 #D21AD0 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 208 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.18 |
| HSL | 300.65º | 0.78% | 0.46% | - |
| HSV(B) | 300.65º | 0.88% | 0.82% | - |
| XYZ | 38.33 | 18.99 | 61.32 | - |
| YUV | 101.76 | 187.96 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 208 | 0 | 0.88 | 0.01 | 0.18 | 300.65 | 0.78 | 0.46 |
| Hex | D2 | 1A | D0 | 0 | 58 | 1 | 12 | 12D | 4E | 2E |
| Octal | 322 | 32 | 320 | 0 | 130 | 1 | 22 | 455 | 116 | 56 |
| Binary | 11010010 | 11010 | 11010000 | 0 | 1011000 | 1 | 10010 | 100101101 | 1001110 | 101110 |
Color Harmonies of #D21AD0
Complementary color
Monochromatic Colors of #D21AD0
Black with #D21AD0
Text Example
Text Example
White with #D21AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21AD0; }
p { color: rgb(210,26,208); }
H1.HeaderClassName
{
color: #D21AD0;
}
.AnyTagClassName
{
color: #D21AD0;
}
</style>
background-color css
<style>
a { background-color: #D21AD0; }
a { background-color: rgb(210,26,208); }
div.DivClassName
{
background-color: #D21AD0;
}
.BgClassName
{
background-color: #D21AD0;
}
</style>
border-color css
<style>
span { border-color: #D21AD0; }
span { border-color: rgb(210,26,208); }
td.TdClassName
{
border-color: #D21AD0;
}
.TagClassName
{
border-color: #D21AD0;
}
</style>