Shades of Deep Magenta #D101AE
Tints of Deep Magenta #D101AE
RGB
CMYK
RGB Variations
Color information
#D101AE (or 0xD101AE) is known color: Deep Magenta. HEX triplet: D1, 01 and AE. RGB value is (209,1,174). Sum of RGB (Red+Green+Blue) = 209+1+174=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D101AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D101AE is #2EFE51. Grayscale: #525252. Windows color (decimal): -3079762 or 11403729. OLE color: 11403729.
HSL color Cylindrical-coordinate representation of color #D101AE: hue angle of 310.1º 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 #D101AE is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 174 | - |
| CMYK | 0 | 1.00 | 0.17 | 0.18 |
| HSL | 310.1º | 0.99% | 0.41% | - |
| HSV(B) | 310.1º | 1% | 0.82% | - |
| XYZ | 33.95 | 16.63 | 41.47 | - |
| YUV | 82.91 | 179.41 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 174 | 0 | 1.00 | 0.17 | 0.18 | 310.1 | 0.99 | 0.41 |
| Hex | D1 | 1 | AE | 0 | 64 | 11 | 12 | 136 | 63 | 29 |
| Octal | 321 | 1 | 256 | 0 | 144 | 21 | 22 | 466 | 143 | 51 |
| Binary | 11010001 | 1 | 10101110 | 0 | 1100100 | 10001 | 10010 | 100110110 | 1100011 | 101001 |
Color Harmonies of #D101AE
Complementary color
Monochromatic Colors of #D101AE
Black with #D101AE
Text Example
Text Example
White with #D101AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D101AE; }
p { color: rgb(209,1,174); }
H1.HeaderClassName
{
color: #D101AE;
}
.AnyTagClassName
{
color: #D101AE;
}
</style>
background-color css
<style>
a { background-color: #D101AE; }
a { background-color: rgb(209,1,174); }
div.DivClassName
{
background-color: #D101AE;
}
.BgClassName
{
background-color: #D101AE;
}
</style>
border-color css
<style>
span { border-color: #D101AE; }
span { border-color: rgb(209,1,174); }
td.TdClassName
{
border-color: #D101AE;
}
.TagClassName
{
border-color: #D101AE;
}
</style>