Shades of Deep Magenta #D21AC1
Tints of Deep Magenta #D21AC1
RGB
CMYK
RGB Variations
Color information
#D21AC1 (or 0xD21AC1) is known color: Deep Magenta. HEX triplet: D2, 1A and C1. RGB value is (210,26,193). Sum of RGB (Red+Green+Blue) = 210+26+193=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D21AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21AC1 is #2DE53E. Grayscale: #636363. Windows color (decimal): -3007807 or 12655314. OLE color: 12655314.
HSL color Cylindrical-coordinate representation of color #D21AC1: hue angle of 305.54º 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 #D21AC1 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 193 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.18 |
| HSL | 305.54º | 0.78% | 0.46% | - |
| HSV(B) | 305.54º | 0.88% | 0.82% | - |
| XYZ | 36.57 | 18.29 | 52.05 | - |
| YUV | 100.05 | 180.46 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 193 | 0 | 0.88 | 0.08 | 0.18 | 305.54 | 0.78 | 0.46 |
| Hex | D2 | 1A | C1 | 0 | 58 | 8 | 12 | 132 | 4E | 2E |
| Octal | 322 | 32 | 301 | 0 | 130 | 10 | 22 | 462 | 116 | 56 |
| Binary | 11010010 | 11010 | 11000001 | 0 | 1011000 | 1000 | 10010 | 100110010 | 1001110 | 101110 |
Color Harmonies of #D21AC1
Complementary color
Monochromatic Colors of #D21AC1
Black with #D21AC1
Text Example
Text Example
White with #D21AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21AC1; }
p { color: rgb(210,26,193); }
H1.HeaderClassName
{
color: #D21AC1;
}
.AnyTagClassName
{
color: #D21AC1;
}
</style>
background-color css
<style>
a { background-color: #D21AC1; }
a { background-color: rgb(210,26,193); }
div.DivClassName
{
background-color: #D21AC1;
}
.BgClassName
{
background-color: #D21AC1;
}
</style>
border-color css
<style>
span { border-color: #D21AC1; }
span { border-color: rgb(210,26,193); }
td.TdClassName
{
border-color: #D21AC1;
}
.TagClassName
{
border-color: #D21AC1;
}
</style>