Shades of Deep Magenta #D316E4
Tints of Deep Magenta #D316E4
RGB
CMYK
RGB Variations
Color information
#D316E4 (or 0xD316E4) is known color: Deep Magenta. HEX triplet: D3, 16 and E4. RGB value is (211,22,228). Sum of RGB (Red+Green+Blue) = 211+22+228=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 228 (89.45% from 255 or 49.46% from 461); Max value from RGB is 228 - color contains mainly: blue. Hex color #D316E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D316E4 is #2CE91B. Grayscale: #656565. Windows color (decimal): -2943260 or 14948051. OLE color: 14948051.
HSL color Cylindrical-coordinate representation of color #D316E4: hue angle of 295.05º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D316E4 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 22 | 228 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.11 |
| HSL | 295.05º | 0.82% | 0.49% | - |
| HSV(B) | 295.05º | 0.9% | 0.89% | - |
| XYZ | 41.15 | 20.02 | 75.09 | - |
| YUV | 102 | 199.12 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 228 | 0.07 | 0.90 | 0 | 0.11 | 295.05 | 0.82 | 0.49 |
| Hex | D3 | 16 | E4 | 7 | 5A | 0 | B | 127 | 52 | 31 |
| Octal | 323 | 26 | 344 | 7 | 132 | 0 | 13 | 447 | 122 | 61 |
| Binary | 11010011 | 10110 | 11100100 | 111 | 1011010 | 0 | 1011 | 100100111 | 1010010 | 110001 |
Color Harmonies of #D316E4
Complementary color
Monochromatic Colors of #D316E4
Black with #D316E4
Text Example
Text Example
White with #D316E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D316E4; }
p { color: rgb(211,22,228); }
H1.HeaderClassName
{
color: #D316E4;
}
.AnyTagClassName
{
color: #D316E4;
}
</style>
background-color css
<style>
a { background-color: #D316E4; }
a { background-color: rgb(211,22,228); }
div.DivClassName
{
background-color: #D316E4;
}
.BgClassName
{
background-color: #D316E4;
}
</style>
border-color css
<style>
span { border-color: #D316E4; }
span { border-color: rgb(211,22,228); }
td.TdClassName
{
border-color: #D316E4;
}
.TagClassName
{
border-color: #D316E4;
}
</style>