Shades of Deep Magenta #D424CE
Tints of Deep Magenta #D424CE
RGB
CMYK
RGB Variations
Color information
#D424CE (or 0xD424CE) is known color: Deep Magenta. HEX triplet: D4, 24 and CE. RGB value is (212,36,206). Sum of RGB (Red+Green+Blue) = 212+36+206=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 36 (14.45% from 255 or 7.93% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D424CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D424CE is #2BDB31. Grayscale: #6B6B6B. Windows color (decimal): -2874162 or 13509844. OLE color: 13509844.
HSL color Cylindrical-coordinate representation of color #D424CE: hue angle of 302.05º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D424CE is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 36 | 206 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.17 |
| HSL | 302.05º | 0.71% | 0.49% | - |
| HSV(B) | 302.05º | 0.83% | 0.83% | - |
| XYZ | 38.92 | 19.72 | 60.15 | - |
| YUV | 108 | 183.31 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 206 | 0 | 0.83 | 0.03 | 0.17 | 302.05 | 0.71 | 0.49 |
| Hex | D4 | 24 | CE | 0 | 53 | 3 | 11 | 12E | 47 | 31 |
| Octal | 324 | 44 | 316 | 0 | 123 | 3 | 21 | 456 | 107 | 61 |
| Binary | 11010100 | 100100 | 11001110 | 0 | 1010011 | 11 | 10001 | 100101110 | 1000111 | 110001 |
Color Harmonies of #D424CE
Complementary color
Monochromatic Colors of #D424CE
Black with #D424CE
Text Example
Text Example
White with #D424CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D424CE; }
p { color: rgb(212,36,206); }
H1.HeaderClassName
{
color: #D424CE;
}
.AnyTagClassName
{
color: #D424CE;
}
</style>
background-color css
<style>
a { background-color: #D424CE; }
a { background-color: rgb(212,36,206); }
div.DivClassName
{
background-color: #D424CE;
}
.BgClassName
{
background-color: #D424CE;
}
</style>
border-color css
<style>
span { border-color: #D424CE; }
span { border-color: rgb(212,36,206); }
td.TdClassName
{
border-color: #D424CE;
}
.TagClassName
{
border-color: #D424CE;
}
</style>