Shades of Deep Magenta #D405D8
Tints of Deep Magenta #D405D8
RGB
CMYK
RGB Variations
Color information
#D405D8 (or 0xD405D8) is known color: Deep Magenta. HEX triplet: D4, 05 and D8. RGB value is (212,5,216). Sum of RGB (Red+Green+Blue) = 212+5+216=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 5 (2.34% from 255 or 1.15% from 433); Blue value is 216 (84.77% from 255 or 49.88% from 433); Max value from RGB is 216 - color contains mainly: blue. Hex color #D405D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D405D8 is #2BFA27. Grayscale: #5A5A5A. Windows color (decimal): -2882088 or 14157268. OLE color: 14157268.
HSL color Cylindrical-coordinate representation of color #D405D8: hue angle of 298.86º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D405D8 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 5 | 216 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.15 |
| HSL | 298.86º | 0.95% | 0.43% | - |
| HSV(B) | 298.86º | 0.98% | 0.85% | - |
| XYZ | 39.6 | 19.06 | 66.56 | - |
| YUV | 90.95 | 198.58 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 216 | 0.02 | 0.98 | 0 | 0.15 | 298.86 | 0.95 | 0.43 |
| Hex | D4 | 5 | D8 | 2 | 62 | 0 | F | 12B | 5F | 2B |
| Octal | 324 | 5 | 330 | 2 | 142 | 0 | 17 | 453 | 137 | 53 |
| Binary | 11010100 | 101 | 11011000 | 10 | 1100010 | 0 | 1111 | 100101011 | 1011111 | 101011 |
Color Harmonies of #D405D8
Complementary color
Monochromatic Colors of #D405D8
Black with #D405D8
Text Example
Text Example
White with #D405D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D405D8; }
p { color: rgb(212,5,216); }
H1.HeaderClassName
{
color: #D405D8;
}
.AnyTagClassName
{
color: #D405D8;
}
</style>
background-color css
<style>
a { background-color: #D405D8; }
a { background-color: rgb(212,5,216); }
div.DivClassName
{
background-color: #D405D8;
}
.BgClassName
{
background-color: #D405D8;
}
</style>
border-color css
<style>
span { border-color: #D405D8; }
span { border-color: rgb(212,5,216); }
td.TdClassName
{
border-color: #D405D8;
}
.TagClassName
{
border-color: #D405D8;
}
</style>