Shades of Deep Magenta #D424DF
Tints of Deep Magenta #D424DF
RGB
CMYK
RGB Variations
Color information
#D424DF (or 0xD424DF) is known color: Deep Magenta. HEX triplet: D4, 24 and DF. RGB value is (212,36,223). Sum of RGB (Red+Green+Blue) = 212+36+223=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 36 (14.45% from 255 or 7.64% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #D424DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D424DF is #2BDB20. Grayscale: #6D6D6D. Windows color (decimal): -2874145 or 14623956. OLE color: 14623956.
HSL color Cylindrical-coordinate representation of color #D424DF: hue angle of 296.47º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D424DF is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 36 | 223 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.13 |
| HSL | 296.47º | 0.75% | 0.51% | - |
| HSV(B) | 296.47º | 0.84% | 0.87% | - |
| XYZ | 41.1 | 20.59 | 71.62 | - |
| YUV | 109.94 | 191.81 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 223 | 0.05 | 0.84 | 0 | 0.13 | 296.47 | 0.75 | 0.51 |
| Hex | D4 | 24 | DF | 5 | 54 | 0 | D | 128 | 4B | 33 |
| Octal | 324 | 44 | 337 | 5 | 124 | 0 | 15 | 450 | 113 | 63 |
| Binary | 11010100 | 100100 | 11011111 | 101 | 1010100 | 0 | 1101 | 100101000 | 1001011 | 110011 |
Color Harmonies of #D424DF
Complementary color
Monochromatic Colors of #D424DF
Black with #D424DF
Text Example
Text Example
White with #D424DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D424DF; }
p { color: rgb(212,36,223); }
H1.HeaderClassName
{
color: #D424DF;
}
.AnyTagClassName
{
color: #D424DF;
}
</style>
background-color css
<style>
a { background-color: #D424DF; }
a { background-color: rgb(212,36,223); }
div.DivClassName
{
background-color: #D424DF;
}
.BgClassName
{
background-color: #D424DF;
}
</style>
border-color css
<style>
span { border-color: #D424DF; }
span { border-color: rgb(212,36,223); }
td.TdClassName
{
border-color: #D424DF;
}
.TagClassName
{
border-color: #D424DF;
}
</style>