Shades of Deep Magenta #D424DC
Tints of Deep Magenta #D424DC
RGB
CMYK
RGB Variations
Color information
#D424DC (or 0xD424DC) is known color: Deep Magenta. HEX triplet: D4, 24 and DC. RGB value is (212,36,220). Sum of RGB (Red+Green+Blue) = 212+36+220=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #D424DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D424DC is #2BDB23. Grayscale: #6D6D6D. Windows color (decimal): -2874148 or 14427348. OLE color: 14427348.
HSL color Cylindrical-coordinate representation of color #D424DC: hue angle of 297.39º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D424DC is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 36 | 220 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.14 |
| HSL | 297.39º | 0.72% | 0.5% | - |
| HSV(B) | 297.39º | 0.84% | 0.86% | - |
| XYZ | 40.7 | 20.43 | 69.51 | - |
| YUV | 109.6 | 190.31 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 220 | 0.04 | 0.84 | 0 | 0.14 | 297.39 | 0.72 | 0.5 |
| Hex | D4 | 24 | DC | 4 | 54 | 0 | E | 129 | 48 | 32 |
| Octal | 324 | 44 | 334 | 4 | 124 | 0 | 16 | 451 | 110 | 62 |
| Binary | 11010100 | 100100 | 11011100 | 100 | 1010100 | 0 | 1110 | 100101001 | 1001000 | 110010 |
Color Harmonies of #D424DC
Complementary color
Monochromatic Colors of #D424DC
Black with #D424DC
Text Example
Text Example
White with #D424DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D424DC; }
p { color: rgb(212,36,220); }
H1.HeaderClassName
{
color: #D424DC;
}
.AnyTagClassName
{
color: #D424DC;
}
</style>
background-color css
<style>
a { background-color: #D424DC; }
a { background-color: rgb(212,36,220); }
div.DivClassName
{
background-color: #D424DC;
}
.BgClassName
{
background-color: #D424DC;
}
</style>
border-color css
<style>
span { border-color: #D424DC; }
span { border-color: rgb(212,36,220); }
td.TdClassName
{
border-color: #D424DC;
}
.TagClassName
{
border-color: #D424DC;
}
</style>