Shades of Deep Magenta #D421DD
Tints of Deep Magenta #D421DD
RGB
CMYK
RGB Variations
Color information
#D421DD (or 0xD421DD) is known color: Deep Magenta. HEX triplet: D4, 21 and DD. RGB value is (212,33,221). Sum of RGB (Red+Green+Blue) = 212+33+221=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 33 (13.28% from 255 or 7.08% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #D421DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D421DD is #2BDE22. Grayscale: #6B6B6B. Windows color (decimal): -2874915 or 14492116. OLE color: 14492116.
HSL color Cylindrical-coordinate representation of color #D421DD: hue angle of 297.13º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D421DD is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 33 | 221 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.13 |
| HSL | 297.13º | 0.74% | 0.5% | - |
| HSV(B) | 297.13º | 0.85% | 0.87% | - |
| XYZ | 40.75 | 20.31 | 70.18 | - |
| YUV | 107.95 | 191.8 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 221 | 0.04 | 0.85 | 0 | 0.13 | 297.13 | 0.74 | 0.5 |
| Hex | D4 | 21 | DD | 4 | 55 | 0 | D | 129 | 4A | 32 |
| Octal | 324 | 41 | 335 | 4 | 125 | 0 | 15 | 451 | 112 | 62 |
| Binary | 11010100 | 100001 | 11011101 | 100 | 1010101 | 0 | 1101 | 100101001 | 1001010 | 110010 |
Color Harmonies of #D421DD
Complementary color
Monochromatic Colors of #D421DD
Black with #D421DD
Text Example
Text Example
White with #D421DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D421DD; }
p { color: rgb(212,33,221); }
H1.HeaderClassName
{
color: #D421DD;
}
.AnyTagClassName
{
color: #D421DD;
}
</style>
background-color css
<style>
a { background-color: #D421DD; }
a { background-color: rgb(212,33,221); }
div.DivClassName
{
background-color: #D421DD;
}
.BgClassName
{
background-color: #D421DD;
}
</style>
border-color css
<style>
span { border-color: #D421DD; }
span { border-color: rgb(212,33,221); }
td.TdClassName
{
border-color: #D421DD;
}
.TagClassName
{
border-color: #D421DD;
}
</style>