Shades of Deep Magenta #D21ABC
Tints of Deep Magenta #D21ABC
RGB
CMYK
RGB Variations
Color information
#D21ABC (or 0xD21ABC) is known color: Deep Magenta. HEX triplet: D2, 1A and BC. RGB value is (210,26,188). Sum of RGB (Red+Green+Blue) = 210+26+188=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 26 (10.55% from 255 or 6.13% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D21ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21ABC is #2DE543. Grayscale: #636363. Windows color (decimal): -3007812 or 12327634. OLE color: 12327634.
HSL color Cylindrical-coordinate representation of color #D21ABC: hue angle of 307.17º 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 #D21ABC is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 188 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.18 |
| HSL | 307.17º | 0.78% | 0.46% | - |
| HSV(B) | 307.17º | 0.88% | 0.82% | - |
| XYZ | 36.02 | 18.07 | 49.17 | - |
| YUV | 99.48 | 177.96 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 188 | 0 | 0.88 | 0.10 | 0.18 | 307.17 | 0.78 | 0.46 |
| Hex | D2 | 1A | BC | 0 | 58 | A | 12 | 133 | 4E | 2E |
| Octal | 322 | 32 | 274 | 0 | 130 | 12 | 22 | 463 | 116 | 56 |
| Binary | 11010010 | 11010 | 10111100 | 0 | 1011000 | 1010 | 10010 | 100110011 | 1001110 | 101110 |
Color Harmonies of #D21ABC
Complementary color
Monochromatic Colors of #D21ABC
Black with #D21ABC
Text Example
Text Example
White with #D21ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21ABC; }
p { color: rgb(210,26,188); }
H1.HeaderClassName
{
color: #D21ABC;
}
.AnyTagClassName
{
color: #D21ABC;
}
</style>
background-color css
<style>
a { background-color: #D21ABC; }
a { background-color: rgb(210,26,188); }
div.DivClassName
{
background-color: #D21ABC;
}
.BgClassName
{
background-color: #D21ABC;
}
</style>
border-color css
<style>
span { border-color: #D21ABC; }
span { border-color: rgb(210,26,188); }
td.TdClassName
{
border-color: #D21ABC;
}
.TagClassName
{
border-color: #D21ABC;
}
</style>