Shades of Deep Magenta #D01DAE
Tints of Deep Magenta #D01DAE
RGB
CMYK
RGB Variations
Color information
#D01DAE (or 0xD01DAE) is known color: Deep Magenta. HEX triplet: D0, 1D and AE. RGB value is (208,29,174). Sum of RGB (Red+Green+Blue) = 208+29+174=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01DAE is #2FE251. Grayscale: #626262. Windows color (decimal): -3138130 or 11410896. OLE color: 11410896.
HSL color Cylindrical-coordinate representation of color #D01DAE: hue angle of 311.4º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01DAE is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 29 | 174 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.18 |
| HSL | 311.4º | 0.76% | 0.46% | - |
| HSV(B) | 311.4º | 0.86% | 0.82% | - |
| XYZ | 34.09 | 17.34 | 41.6 | - |
| YUV | 99.05 | 170.3 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 29 | 174 | 0 | 0.86 | 0.16 | 0.18 | 311.4 | 0.76 | 0.46 |
| Hex | D0 | 1D | AE | 0 | 56 | 10 | 12 | 137 | 4C | 2E |
| Octal | 320 | 35 | 256 | 0 | 126 | 20 | 22 | 467 | 114 | 56 |
| Binary | 11010000 | 11101 | 10101110 | 0 | 1010110 | 10000 | 10010 | 100110111 | 1001100 | 101110 |
Color Harmonies of #D01DAE
Complementary color
Monochromatic Colors of #D01DAE
Black with #D01DAE
Text Example
Text Example
White with #D01DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01DAE; }
p { color: rgb(208,29,174); }
H1.HeaderClassName
{
color: #D01DAE;
}
.AnyTagClassName
{
color: #D01DAE;
}
</style>
background-color css
<style>
a { background-color: #D01DAE; }
a { background-color: rgb(208,29,174); }
div.DivClassName
{
background-color: #D01DAE;
}
.BgClassName
{
background-color: #D01DAE;
}
</style>
border-color css
<style>
span { border-color: #D01DAE; }
span { border-color: rgb(208,29,174); }
td.TdClassName
{
border-color: #D01DAE;
}
.TagClassName
{
border-color: #D01DAE;
}
</style>