Shades of Deep Magenta #D405AD
Tints of Deep Magenta #D405AD
RGB
CMYK
RGB Variations
Color information
#D405AD (or 0xD405AD) is known color: Deep Magenta. HEX triplet: D4, 05 and AD. RGB value is (212,5,173). Sum of RGB (Red+Green+Blue) = 212+5+173=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D405AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D405AD is #2BFA52. Grayscale: #555555. Windows color (decimal): -2882131 or 11339220. OLE color: 11339220.
HSL color Cylindrical-coordinate representation of color #D405AD: hue angle of 311.3º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D405AD is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 173 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.17 |
| HSL | 311.3º | 0.95% | 0.43% | - |
| HSV(B) | 311.3º | 0.98% | 0.83% | - |
| XYZ | 34.75 | 17.12 | 41.01 | - |
| YUV | 86.05 | 177.08 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 173 | 0 | 0.98 | 0.18 | 0.17 | 311.3 | 0.95 | 0.43 |
| Hex | D4 | 5 | AD | 0 | 62 | 12 | 11 | 137 | 5F | 2B |
| Octal | 324 | 5 | 255 | 0 | 142 | 22 | 21 | 467 | 137 | 53 |
| Binary | 11010100 | 101 | 10101101 | 0 | 1100010 | 10010 | 10001 | 100110111 | 1011111 | 101011 |
Color Harmonies of #D405AD
Complementary color
Monochromatic Colors of #D405AD
Black with #D405AD
Text Example
Text Example
White with #D405AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D405AD; }
p { color: rgb(212,5,173); }
H1.HeaderClassName
{
color: #D405AD;
}
.AnyTagClassName
{
color: #D405AD;
}
</style>
background-color css
<style>
a { background-color: #D405AD; }
a { background-color: rgb(212,5,173); }
div.DivClassName
{
background-color: #D405AD;
}
.BgClassName
{
background-color: #D405AD;
}
</style>
border-color css
<style>
span { border-color: #D405AD; }
span { border-color: rgb(212,5,173); }
td.TdClassName
{
border-color: #D405AD;
}
.TagClassName
{
border-color: #D405AD;
}
</style>