Shades of Deep Magenta #D317E4
Tints of Deep Magenta #D317E4
RGB
CMYK
RGB Variations
Color information
#D317E4 (or 0xD317E4) is known color: Deep Magenta. HEX triplet: D3, 17 and E4. RGB value is (211,23,228). Sum of RGB (Red+Green+Blue) = 211+23+228=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 23 (9.38% from 255 or 4.98% from 462); Blue value is 228 (89.45% from 255 or 49.35% from 462); Max value from RGB is 228 - color contains mainly: blue. Hex color #D317E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D317E4 is #2CE81B. Grayscale: #656565. Windows color (decimal): -2943004 or 14948307. OLE color: 14948307.
HSL color Cylindrical-coordinate representation of color #D317E4: hue angle of 295.02º 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 #D317E4 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 23 | 228 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.11 |
| HSL | 295.02º | 0.82% | 0.49% | - |
| HSV(B) | 295.02º | 0.9% | 0.89% | - |
| XYZ | 41.17 | 20.06 | 75.1 | - |
| YUV | 102.58 | 198.78 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 228 | 0.07 | 0.90 | 0 | 0.11 | 295.02 | 0.82 | 0.49 |
| Hex | D3 | 17 | E4 | 7 | 5A | 0 | B | 127 | 52 | 31 |
| Octal | 323 | 27 | 344 | 7 | 132 | 0 | 13 | 447 | 122 | 61 |
| Binary | 11010011 | 10111 | 11100100 | 111 | 1011010 | 0 | 1011 | 100100111 | 1010010 | 110001 |
Color Harmonies of #D317E4
Complementary color
Monochromatic Colors of #D317E4
Black with #D317E4
Text Example
Text Example
White with #D317E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D317E4; }
p { color: rgb(211,23,228); }
H1.HeaderClassName
{
color: #D317E4;
}
.AnyTagClassName
{
color: #D317E4;
}
</style>
background-color css
<style>
a { background-color: #D317E4; }
a { background-color: rgb(211,23,228); }
div.DivClassName
{
background-color: #D317E4;
}
.BgClassName
{
background-color: #D317E4;
}
</style>
border-color css
<style>
span { border-color: #D317E4; }
span { border-color: rgb(211,23,228); }
td.TdClassName
{
border-color: #D317E4;
}
.TagClassName
{
border-color: #D317E4;
}
</style>