Shades of Deep Magenta #D312E5
Tints of Deep Magenta #D312E5
RGB
CMYK
RGB Variations
Color information
#D312E5 (or 0xD312E5) is known color: Deep Magenta. HEX triplet: D3, 12 and E5. RGB value is (211,18,229). Sum of RGB (Red+Green+Blue) = 211+18+229=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 18 (7.42% from 255 or 3.93% from 458); Blue value is 229 (89.84% from 255 or 50% from 458); Max value from RGB is 229 - color contains mainly: blue. Hex color #D312E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D312E5 is #2CED1A. Grayscale: #636363. Windows color (decimal): -2944283 or 15012563. OLE color: 15012563.
HSL color Cylindrical-coordinate representation of color #D312E5: hue angle of 294.88º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D312E5 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 18 | 229 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.10 |
| HSL | 294.88º | 0.85% | 0.48% | - |
| HSV(B) | 294.88º | 0.92% | 0.9% | - |
| XYZ | 41.22 | 19.94 | 75.8 | - |
| YUV | 99.76 | 200.94 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 229 | 0.08 | 0.92 | 0 | 0.10 | 294.88 | 0.85 | 0.48 |
| Hex | D3 | 12 | E5 | 8 | 5C | 0 | A | 127 | 55 | 30 |
| Octal | 323 | 22 | 345 | 10 | 134 | 0 | 12 | 447 | 125 | 60 |
| Binary | 11010011 | 10010 | 11100101 | 1000 | 1011100 | 0 | 1010 | 100100111 | 1010101 | 110000 |
Color Harmonies of #D312E5
Complementary color
Monochromatic Colors of #D312E5
Black with #D312E5
Text Example
Text Example
White with #D312E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D312E5; }
p { color: rgb(211,18,229); }
H1.HeaderClassName
{
color: #D312E5;
}
.AnyTagClassName
{
color: #D312E5;
}
</style>
background-color css
<style>
a { background-color: #D312E5; }
a { background-color: rgb(211,18,229); }
div.DivClassName
{
background-color: #D312E5;
}
.BgClassName
{
background-color: #D312E5;
}
</style>
border-color css
<style>
span { border-color: #D312E5; }
span { border-color: rgb(211,18,229); }
td.TdClassName
{
border-color: #D312E5;
}
.TagClassName
{
border-color: #D312E5;
}
</style>