Shades of Deep Magenta #D421C0
Tints of Deep Magenta #D421C0
RGB
CMYK
RGB Variations
Color information
#D421C0 (or 0xD421C0) is known color: Deep Magenta. HEX triplet: D4, 21 and C0. RGB value is (212,33,192). Sum of RGB (Red+Green+Blue) = 212+33+192=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D421C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D421C0 is #2BDE3F. Grayscale: #686868. Windows color (decimal): -2874944 or 12591572. OLE color: 12591572.
HSL color Cylindrical-coordinate representation of color #D421C0: hue angle of 306.7º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D421C0 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 33 | 192 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.17 |
| HSL | 306.7º | 0.73% | 0.48% | - |
| HSV(B) | 306.7º | 0.84% | 0.83% | - |
| XYZ | 37.21 | 18.89 | 51.55 | - |
| YUV | 104.65 | 177.3 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 192 | 0 | 0.84 | 0.09 | 0.17 | 306.7 | 0.73 | 0.48 |
| Hex | D4 | 21 | C0 | 0 | 54 | 9 | 11 | 133 | 49 | 30 |
| Octal | 324 | 41 | 300 | 0 | 124 | 11 | 21 | 463 | 111 | 60 |
| Binary | 11010100 | 100001 | 11000000 | 0 | 1010100 | 1001 | 10001 | 100110011 | 1001001 | 110000 |
Color Harmonies of #D421C0
Complementary color
Monochromatic Colors of #D421C0
Black with #D421C0
Text Example
Text Example
White with #D421C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D421C0; }
p { color: rgb(212,33,192); }
H1.HeaderClassName
{
color: #D421C0;
}
.AnyTagClassName
{
color: #D421C0;
}
</style>
background-color css
<style>
a { background-color: #D421C0; }
a { background-color: rgb(212,33,192); }
div.DivClassName
{
background-color: #D421C0;
}
.BgClassName
{
background-color: #D421C0;
}
</style>
border-color css
<style>
span { border-color: #D421C0; }
span { border-color: rgb(212,33,192); }
td.TdClassName
{
border-color: #D421C0;
}
.TagClassName
{
border-color: #D421C0;
}
</style>