Shades of Deep Magenta #D315CE
Tints of Deep Magenta #D315CE
RGB
CMYK
RGB Variations
Color information
#D315CE (or 0xD315CE) is known color: Deep Magenta. HEX triplet: D3, 15 and CE. RGB value is (211,21,206). Sum of RGB (Red+Green+Blue) = 211+21+206=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D315CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D315CE is #2CEA31. Grayscale: #626262. Windows color (decimal): -2943538 or 13506003. OLE color: 13506003.
HSL color Cylindrical-coordinate representation of color #D315CE: hue angle of 301.58º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D315CE is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 206 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.17 |
| HSL | 301.58º | 0.82% | 0.45% | - |
| HSV(B) | 301.58º | 0.9% | 0.83% | - |
| XYZ | 38.27 | 18.84 | 60.01 | - |
| YUV | 98.9 | 188.45 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 206 | 0 | 0.90 | 0.02 | 0.17 | 301.58 | 0.82 | 0.45 |
| Hex | D3 | 15 | CE | 0 | 5A | 2 | 11 | 12E | 52 | 2D |
| Octal | 323 | 25 | 316 | 0 | 132 | 2 | 21 | 456 | 122 | 55 |
| Binary | 11010011 | 10101 | 11001110 | 0 | 1011010 | 10 | 10001 | 100101110 | 1010010 | 101101 |
Color Harmonies of #D315CE
Complementary color
Monochromatic Colors of #D315CE
Black with #D315CE
Text Example
Text Example
White with #D315CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D315CE; }
p { color: rgb(211,21,206); }
H1.HeaderClassName
{
color: #D315CE;
}
.AnyTagClassName
{
color: #D315CE;
}
</style>
background-color css
<style>
a { background-color: #D315CE; }
a { background-color: rgb(211,21,206); }
div.DivClassName
{
background-color: #D315CE;
}
.BgClassName
{
background-color: #D315CE;
}
</style>
border-color css
<style>
span { border-color: #D315CE; }
span { border-color: rgb(211,21,206); }
td.TdClassName
{
border-color: #D315CE;
}
.TagClassName
{
border-color: #D315CE;
}
</style>