Shades of Deep Magenta #D21ABD
Tints of Deep Magenta #D21ABD
RGB
CMYK
RGB Variations
Color information
#D21ABD (or 0xD21ABD) is known color: Deep Magenta. HEX triplet: D2, 1A and BD. RGB value is (210,26,189). Sum of RGB (Red+Green+Blue) = 210+26+189=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 26 (10.55% from 255 or 6.12% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D21ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21ABD is #2DE542. Grayscale: #636363. Windows color (decimal): -3007811 or 12393170. OLE color: 12393170.
HSL color Cylindrical-coordinate representation of color #D21ABD: hue angle of 306.85º 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 #D21ABD is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 189 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.18 |
| HSL | 306.85º | 0.78% | 0.46% | - |
| HSV(B) | 306.85º | 0.88% | 0.82% | - |
| XYZ | 36.13 | 18.11 | 49.74 | - |
| YUV | 99.6 | 178.46 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 189 | 0 | 0.88 | 0.10 | 0.18 | 306.85 | 0.78 | 0.46 |
| Hex | D2 | 1A | BD | 0 | 58 | A | 12 | 133 | 4E | 2E |
| Octal | 322 | 32 | 275 | 0 | 130 | 12 | 22 | 463 | 116 | 56 |
| Binary | 11010010 | 11010 | 10111101 | 0 | 1011000 | 1010 | 10010 | 100110011 | 1001110 | 101110 |
Color Harmonies of #D21ABD
Complementary color
Monochromatic Colors of #D21ABD
Black with #D21ABD
Text Example
Text Example
White with #D21ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21ABD; }
p { color: rgb(210,26,189); }
H1.HeaderClassName
{
color: #D21ABD;
}
.AnyTagClassName
{
color: #D21ABD;
}
</style>
background-color css
<style>
a { background-color: #D21ABD; }
a { background-color: rgb(210,26,189); }
div.DivClassName
{
background-color: #D21ABD;
}
.BgClassName
{
background-color: #D21ABD;
}
</style>
border-color css
<style>
span { border-color: #D21ABD; }
span { border-color: rgb(210,26,189); }
td.TdClassName
{
border-color: #D21ABD;
}
.TagClassName
{
border-color: #D21ABD;
}
</style>