Shades of Deep Magenta #D419CE
Tints of Deep Magenta #D419CE
RGB
CMYK
RGB Variations
Color information
#D419CE (or 0xD419CE) is known color: Deep Magenta. HEX triplet: D4, 19 and CE. RGB value is (212,25,206). Sum of RGB (Red+Green+Blue) = 212+25+206=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D419CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D419CE is #2BE631. Grayscale: #656565. Windows color (decimal): -2876978 or 13507028. OLE color: 13507028.
HSL color Cylindrical-coordinate representation of color #D419CE: hue angle of 301.93º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D419CE is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 206 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.17 |
| HSL | 301.93º | 0.79% | 0.46% | - |
| HSV(B) | 301.93º | 0.88% | 0.83% | - |
| XYZ | 38.64 | 19.15 | 60.05 | - |
| YUV | 101.55 | 186.95 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 206 | 0 | 0.88 | 0.03 | 0.17 | 301.93 | 0.79 | 0.46 |
| Hex | D4 | 19 | CE | 0 | 58 | 3 | 11 | 12E | 4F | 2E |
| Octal | 324 | 31 | 316 | 0 | 130 | 3 | 21 | 456 | 117 | 56 |
| Binary | 11010100 | 11001 | 11001110 | 0 | 1011000 | 11 | 10001 | 100101110 | 1001111 | 101110 |
Color Harmonies of #D419CE
Complementary color
Monochromatic Colors of #D419CE
Black with #D419CE
Text Example
Text Example
White with #D419CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D419CE; }
p { color: rgb(212,25,206); }
H1.HeaderClassName
{
color: #D419CE;
}
.AnyTagClassName
{
color: #D419CE;
}
</style>
background-color css
<style>
a { background-color: #D419CE; }
a { background-color: rgb(212,25,206); }
div.DivClassName
{
background-color: #D419CE;
}
.BgClassName
{
background-color: #D419CE;
}
</style>
border-color css
<style>
span { border-color: #D419CE; }
span { border-color: rgb(212,25,206); }
td.TdClassName
{
border-color: #D419CE;
}
.TagClassName
{
border-color: #D419CE;
}
</style>