Shades of Deep Magenta #D421DF
Tints of Deep Magenta #D421DF
RGB
CMYK
RGB Variations
Color information
#D421DF (or 0xD421DF) is known color: Deep Magenta. HEX triplet: D4, 21 and DF. RGB value is (212,33,223). Sum of RGB (Red+Green+Blue) = 212+33+223=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 33 (13.28% from 255 or 7.05% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #D421DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D421DF is #2BDE20. Grayscale: #6B6B6B. Windows color (decimal): -2874913 or 14623188. OLE color: 14623188.
HSL color Cylindrical-coordinate representation of color #D421DF: hue angle of 296.53º degrees, saturation: 0.75, 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 #D421DF is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 33 | 223 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.13 |
| HSL | 296.53º | 0.75% | 0.5% | - |
| HSV(B) | 296.53º | 0.85% | 0.87% | - |
| XYZ | 41.01 | 20.41 | 71.59 | - |
| YUV | 108.18 | 192.8 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 223 | 0.05 | 0.85 | 0 | 0.13 | 296.53 | 0.75 | 0.5 |
| Hex | D4 | 21 | DF | 5 | 55 | 0 | D | 129 | 4B | 32 |
| Octal | 324 | 41 | 337 | 5 | 125 | 0 | 15 | 451 | 113 | 62 |
| Binary | 11010100 | 100001 | 11011111 | 101 | 1010101 | 0 | 1101 | 100101001 | 1001011 | 110010 |
Color Harmonies of #D421DF
Complementary color
Monochromatic Colors of #D421DF
Black with #D421DF
Text Example
Text Example
White with #D421DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D421DF; }
p { color: rgb(212,33,223); }
H1.HeaderClassName
{
color: #D421DF;
}
.AnyTagClassName
{
color: #D421DF;
}
</style>
background-color css
<style>
a { background-color: #D421DF; }
a { background-color: rgb(212,33,223); }
div.DivClassName
{
background-color: #D421DF;
}
.BgClassName
{
background-color: #D421DF;
}
</style>
border-color css
<style>
span { border-color: #D421DF; }
span { border-color: rgb(212,33,223); }
td.TdClassName
{
border-color: #D421DF;
}
.TagClassName
{
border-color: #D421DF;
}
</style>