Shades of Deep Magenta #D201AB
Tints of Deep Magenta #D201AB
RGB
CMYK
RGB Variations
Color information
#D201AB (or 0xD201AB) is known color: Deep Magenta. HEX triplet: D2, 01 and AB. RGB value is (210,1,171). Sum of RGB (Red+Green+Blue) = 210+1+171=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D201AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D201AB is #2DFE54. Grayscale: #525252. Windows color (decimal): -3014229 or 11207122. OLE color: 11207122.
HSL color Cylindrical-coordinate representation of color #D201AB: hue angle of 311.2º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D201AB is Cyan = 0, Magento = 1.00, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 171 | - |
| CMYK | 0 | 1.00 | 0.19 | 0.18 |
| HSL | 311.2º | 0.99% | 0.41% | - |
| HSV(B) | 311.2º | 1% | 0.82% | - |
| XYZ | 33.94 | 16.66 | 39.96 | - |
| YUV | 82.87 | 177.74 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 171 | 0 | 1.00 | 0.19 | 0.18 | 311.2 | 0.99 | 0.41 |
| Hex | D2 | 1 | AB | 0 | 64 | 13 | 12 | 137 | 63 | 29 |
| Octal | 322 | 1 | 253 | 0 | 144 | 23 | 22 | 467 | 143 | 51 |
| Binary | 11010010 | 1 | 10101011 | 0 | 1100100 | 10011 | 10010 | 100110111 | 1100011 | 101001 |
Color Harmonies of #D201AB
Complementary color
Monochromatic Colors of #D201AB
Black with #D201AB
Text Example
Text Example
White with #D201AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D201AB; }
p { color: rgb(210,1,171); }
H1.HeaderClassName
{
color: #D201AB;
}
.AnyTagClassName
{
color: #D201AB;
}
</style>
background-color css
<style>
a { background-color: #D201AB; }
a { background-color: rgb(210,1,171); }
div.DivClassName
{
background-color: #D201AB;
}
.BgClassName
{
background-color: #D201AB;
}
</style>
border-color css
<style>
span { border-color: #D201AB; }
span { border-color: rgb(210,1,171); }
td.TdClassName
{
border-color: #D201AB;
}
.TagClassName
{
border-color: #D201AB;
}
</style>