Shades of Deep Magenta #D315BC
Tints of Deep Magenta #D315BC
RGB
CMYK
RGB Variations
Color information
#D315BC (or 0xD315BC) is known color: Deep Magenta. HEX triplet: D3, 15 and BC. RGB value is (211,21,188). Sum of RGB (Red+Green+Blue) = 211+21+188=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D315BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D315BC is #2CEA43. Grayscale: #606060. Windows color (decimal): -2943556 or 12326355. OLE color: 12326355.
HSL color Cylindrical-coordinate representation of color #D315BC: hue angle of 307.26º 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 #D315BC is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 188 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.17 |
| HSL | 307.26º | 0.82% | 0.45% | - |
| HSV(B) | 307.26º | 0.9% | 0.83% | - |
| XYZ | 36.21 | 18.02 | 49.15 | - |
| YUV | 96.85 | 179.45 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 188 | 0 | 0.90 | 0.11 | 0.17 | 307.26 | 0.82 | 0.45 |
| Hex | D3 | 15 | BC | 0 | 5A | B | 11 | 133 | 52 | 2D |
| Octal | 323 | 25 | 274 | 0 | 132 | 13 | 21 | 463 | 122 | 55 |
| Binary | 11010011 | 10101 | 10111100 | 0 | 1011010 | 1011 | 10001 | 100110011 | 1010010 | 101101 |
Color Harmonies of #D315BC
Complementary color
Monochromatic Colors of #D315BC
Black with #D315BC
Text Example
Text Example
White with #D315BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D315BC; }
p { color: rgb(211,21,188); }
H1.HeaderClassName
{
color: #D315BC;
}
.AnyTagClassName
{
color: #D315BC;
}
</style>
background-color css
<style>
a { background-color: #D315BC; }
a { background-color: rgb(211,21,188); }
div.DivClassName
{
background-color: #D315BC;
}
.BgClassName
{
background-color: #D315BC;
}
</style>
border-color css
<style>
span { border-color: #D315BC; }
span { border-color: rgb(211,21,188); }
td.TdClassName
{
border-color: #D315BC;
}
.TagClassName
{
border-color: #D315BC;
}
</style>