Shades of Deep Magenta #D421D8
Tints of Deep Magenta #D421D8
RGB
CMYK
RGB Variations
Color information
#D421D8 (or 0xD421D8) is known color: Deep Magenta. HEX triplet: D4, 21 and D8. RGB value is (212,33,216). Sum of RGB (Red+Green+Blue) = 212+33+216=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #D421D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D421D8 is #2BDE27. Grayscale: #6A6A6A. Windows color (decimal): -2874920 or 14164436. OLE color: 14164436.
HSL color Cylindrical-coordinate representation of color #D421D8: hue angle of 298.69º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D421D8 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 33 | 216 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.15 |
| HSL | 298.69º | 0.73% | 0.49% | - |
| HSV(B) | 298.69º | 0.85% | 0.85% | - |
| XYZ | 40.09 | 20.04 | 66.72 | - |
| YUV | 107.38 | 189.3 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 216 | 0.02 | 0.85 | 0 | 0.15 | 298.69 | 0.73 | 0.49 |
| Hex | D4 | 21 | D8 | 2 | 55 | 0 | F | 12B | 49 | 31 |
| Octal | 324 | 41 | 330 | 2 | 125 | 0 | 17 | 453 | 111 | 61 |
| Binary | 11010100 | 100001 | 11011000 | 10 | 1010101 | 0 | 1111 | 100101011 | 1001001 | 110001 |
Color Harmonies of #D421D8
Complementary color
Monochromatic Colors of #D421D8
Black with #D421D8
Text Example
Text Example
White with #D421D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D421D8; }
p { color: rgb(212,33,216); }
H1.HeaderClassName
{
color: #D421D8;
}
.AnyTagClassName
{
color: #D421D8;
}
</style>
background-color css
<style>
a { background-color: #D421D8; }
a { background-color: rgb(212,33,216); }
div.DivClassName
{
background-color: #D421D8;
}
.BgClassName
{
background-color: #D421D8;
}
</style>
border-color css
<style>
span { border-color: #D421D8; }
span { border-color: rgb(212,33,216); }
td.TdClassName
{
border-color: #D421D8;
}
.TagClassName
{
border-color: #D421D8;
}
</style>