Shades of Deep Magenta #D414CE
Tints of Deep Magenta #D414CE
RGB
CMYK
RGB Variations
Color information
#D414CE (or 0xD414CE) is known color: Deep Magenta. HEX triplet: D4, 14 and CE. RGB value is (212,20,206). Sum of RGB (Red+Green+Blue) = 212+20+206=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 20 (8.20% from 255 or 4.57% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D414CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D414CE is #2BEB31. Grayscale: #626262. Windows color (decimal): -2878258 or 13505748. OLE color: 13505748.
HSL color Cylindrical-coordinate representation of color #D414CE: hue angle of 301.88º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D414CE is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 20 | 206 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.17 |
| HSL | 301.88º | 0.83% | 0.45% | - |
| HSV(B) | 301.88º | 0.91% | 0.83% | - |
| XYZ | 38.54 | 18.95 | 60.02 | - |
| YUV | 98.61 | 188.61 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 206 | 0 | 0.91 | 0.03 | 0.17 | 301.88 | 0.83 | 0.45 |
| Hex | D4 | 14 | CE | 0 | 5B | 3 | 11 | 12E | 53 | 2D |
| Octal | 324 | 24 | 316 | 0 | 133 | 3 | 21 | 456 | 123 | 55 |
| Binary | 11010100 | 10100 | 11001110 | 0 | 1011011 | 11 | 10001 | 100101110 | 1010011 | 101101 |
Color Harmonies of #D414CE
Complementary color
Monochromatic Colors of #D414CE
Black with #D414CE
Text Example
Text Example
White with #D414CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D414CE; }
p { color: rgb(212,20,206); }
H1.HeaderClassName
{
color: #D414CE;
}
.AnyTagClassName
{
color: #D414CE;
}
</style>
background-color css
<style>
a { background-color: #D414CE; }
a { background-color: rgb(212,20,206); }
div.DivClassName
{
background-color: #D414CE;
}
.BgClassName
{
background-color: #D414CE;
}
</style>
border-color css
<style>
span { border-color: #D414CE; }
span { border-color: rgb(212,20,206); }
td.TdClassName
{
border-color: #D414CE;
}
.TagClassName
{
border-color: #D414CE;
}
</style>