Shades of Deep Magenta #D412DE
Tints of Deep Magenta #D412DE
RGB
CMYK
RGB Variations
Color information
#D412DE (or 0xD412DE) is known color: Deep Magenta. HEX triplet: D4, 12 and DE. RGB value is (212,18,222). Sum of RGB (Red+Green+Blue) = 212+18+222=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #D412DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D412DE is #2BED21. Grayscale: #626262. Windows color (decimal): -2878754 or 14553812. OLE color: 14553812.
HSL color Cylindrical-coordinate representation of color #D412DE: hue angle of 297.06º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D412DE is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 18 | 222 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.13 |
| HSL | 297.06º | 0.85% | 0.47% | - |
| HSV(B) | 297.06º | 0.92% | 0.87% | - |
| XYZ | 40.55 | 19.7 | 70.77 | - |
| YUV | 99.26 | 197.27 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 222 | 0.05 | 0.92 | 0 | 0.13 | 297.06 | 0.85 | 0.47 |
| Hex | D4 | 12 | DE | 5 | 5C | 0 | D | 129 | 55 | 2F |
| Octal | 324 | 22 | 336 | 5 | 134 | 0 | 15 | 451 | 125 | 57 |
| Binary | 11010100 | 10010 | 11011110 | 101 | 1011100 | 0 | 1101 | 100101001 | 1010101 | 101111 |
Color Harmonies of #D412DE
Complementary color
Monochromatic Colors of #D412DE
Black with #D412DE
Text Example
Text Example
White with #D412DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D412DE; }
p { color: rgb(212,18,222); }
H1.HeaderClassName
{
color: #D412DE;
}
.AnyTagClassName
{
color: #D412DE;
}
</style>
background-color css
<style>
a { background-color: #D412DE; }
a { background-color: rgb(212,18,222); }
div.DivClassName
{
background-color: #D412DE;
}
.BgClassName
{
background-color: #D412DE;
}
</style>
border-color css
<style>
span { border-color: #D412DE; }
span { border-color: rgb(212,18,222); }
td.TdClassName
{
border-color: #D412DE;
}
.TagClassName
{
border-color: #D412DE;
}
</style>