Shades of Deep Magenta #D401AD
Tints of Deep Magenta #D401AD
RGB
CMYK
RGB Variations
Color information
#D401AD (or 0xD401AD) is known color: Deep Magenta. HEX triplet: D4, 01 and AD. RGB value is (212,1,173). Sum of RGB (Red+Green+Blue) = 212+1+173=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D401AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D401AD is #2BFE52. Grayscale: #535353. Windows color (decimal): -2883155 or 11338196. OLE color: 11338196.
HSL color Cylindrical-coordinate representation of color #D401AD: hue angle of 311.09º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D401AD is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 173 | - |
| CMYK | 0 | 1.00 | 0.18 | 0.17 |
| HSL | 311.09º | 0.99% | 0.42% | - |
| HSV(B) | 311.09º | 1% | 0.83% | - |
| XYZ | 34.71 | 17.04 | 40.99 | - |
| YUV | 83.7 | 178.4 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 173 | 0 | 1.00 | 0.18 | 0.17 | 311.09 | 0.99 | 0.42 |
| Hex | D4 | 1 | AD | 0 | 64 | 12 | 11 | 137 | 63 | 2A |
| Octal | 324 | 1 | 255 | 0 | 144 | 22 | 21 | 467 | 143 | 52 |
| Binary | 11010100 | 1 | 10101101 | 0 | 1100100 | 10010 | 10001 | 100110111 | 1100011 | 101010 |
Color Harmonies of #D401AD
Complementary color
Monochromatic Colors of #D401AD
Black with #D401AD
Text Example
Text Example
White with #D401AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D401AD; }
p { color: rgb(212,1,173); }
H1.HeaderClassName
{
color: #D401AD;
}
.AnyTagClassName
{
color: #D401AD;
}
</style>
background-color css
<style>
a { background-color: #D401AD; }
a { background-color: rgb(212,1,173); }
div.DivClassName
{
background-color: #D401AD;
}
.BgClassName
{
background-color: #D401AD;
}
</style>
border-color css
<style>
span { border-color: #D401AD; }
span { border-color: rgb(212,1,173); }
td.TdClassName
{
border-color: #D401AD;
}
.TagClassName
{
border-color: #D401AD;
}
</style>