Shades of Deep Magenta #D414DC
Tints of Deep Magenta #D414DC
RGB
CMYK
RGB Variations
Color information
#D414DC (or 0xD414DC) is known color: Deep Magenta. HEX triplet: D4, 14 and DC. RGB value is (212,20,220). Sum of RGB (Red+Green+Blue) = 212+20+220=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 20 (8.20% from 255 or 4.42% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #D414DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D414DC is #2BEB23. Grayscale: #636363. Windows color (decimal): -2878244 or 14423252. OLE color: 14423252.
HSL color Cylindrical-coordinate representation of color #D414DC: hue angle of 297.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D414DC is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 20 | 220 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.14 |
| HSL | 297.6º | 0.83% | 0.47% | - |
| HSV(B) | 297.6º | 0.91% | 0.86% | - |
| XYZ | 40.32 | 19.66 | 69.38 | - |
| YUV | 100.21 | 195.61 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 220 | 0.04 | 0.91 | 0 | 0.14 | 297.6 | 0.83 | 0.47 |
| Hex | D4 | 14 | DC | 4 | 5B | 0 | E | 12A | 53 | 2F |
| Octal | 324 | 24 | 334 | 4 | 133 | 0 | 16 | 452 | 123 | 57 |
| Binary | 11010100 | 10100 | 11011100 | 100 | 1011011 | 0 | 1110 | 100101010 | 1010011 | 101111 |
Color Harmonies of #D414DC
Complementary color
Monochromatic Colors of #D414DC
Black with #D414DC
Text Example
Text Example
White with #D414DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D414DC; }
p { color: rgb(212,20,220); }
H1.HeaderClassName
{
color: #D414DC;
}
.AnyTagClassName
{
color: #D414DC;
}
</style>
background-color css
<style>
a { background-color: #D414DC; }
a { background-color: rgb(212,20,220); }
div.DivClassName
{
background-color: #D414DC;
}
.BgClassName
{
background-color: #D414DC;
}
</style>
border-color css
<style>
span { border-color: #D414DC; }
span { border-color: rgb(212,20,220); }
td.TdClassName
{
border-color: #D414DC;
}
.TagClassName
{
border-color: #D414DC;
}
</style>