Shades of Deep Magenta #D21AC9
Tints of Deep Magenta #D21AC9
RGB
CMYK
RGB Variations
Color information
#D21AC9 (or 0xD21AC9) is known color: Deep Magenta. HEX triplet: D2, 1A and C9. RGB value is (210,26,201). Sum of RGB (Red+Green+Blue) = 210+26+201=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 26 (10.55% from 255 or 5.95% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D21AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21AC9 is #2DE536. Grayscale: #646464. Windows color (decimal): -3007799 or 13179602. OLE color: 13179602.
HSL color Cylindrical-coordinate representation of color #D21AC9: hue angle of 302.93º 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 #D21AC9 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 201 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.18 |
| HSL | 302.93º | 0.78% | 0.46% | - |
| HSV(B) | 302.93º | 0.88% | 0.82% | - |
| XYZ | 37.49 | 18.66 | 56.88 | - |
| YUV | 100.97 | 184.46 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 201 | 0 | 0.88 | 0.04 | 0.18 | 302.93 | 0.78 | 0.46 |
| Hex | D2 | 1A | C9 | 0 | 58 | 4 | 12 | 12F | 4E | 2E |
| Octal | 322 | 32 | 311 | 0 | 130 | 4 | 22 | 457 | 116 | 56 |
| Binary | 11010010 | 11010 | 11001001 | 0 | 1011000 | 100 | 10010 | 100101111 | 1001110 | 101110 |
Color Harmonies of #D21AC9
Complementary color
Monochromatic Colors of #D21AC9
Black with #D21AC9
Text Example
Text Example
White with #D21AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21AC9; }
p { color: rgb(210,26,201); }
H1.HeaderClassName
{
color: #D21AC9;
}
.AnyTagClassName
{
color: #D21AC9;
}
</style>
background-color css
<style>
a { background-color: #D21AC9; }
a { background-color: rgb(210,26,201); }
div.DivClassName
{
background-color: #D21AC9;
}
.BgClassName
{
background-color: #D21AC9;
}
</style>
border-color css
<style>
span { border-color: #D21AC9; }
span { border-color: rgb(210,26,201); }
td.TdClassName
{
border-color: #D21AC9;
}
.TagClassName
{
border-color: #D21AC9;
}
</style>