Shades of Deep Magenta #D515BC
Tints of Deep Magenta #D515BC
RGB
CMYK
RGB Variations
Color information
#D515BC (or 0xD515BC) is known color: Deep Magenta. HEX triplet: D5, 15 and BC. RGB value is (213,21,188). Sum of RGB (Red+Green+Blue) = 213+21+188=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D515BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D515BC is #2AEA43. Grayscale: #606060. Windows color (decimal): -2812484 or 12326357. OLE color: 12326357.
HSL color Cylindrical-coordinate representation of color #D515BC: hue angle of 307.81º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D515BC is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 188 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.16 |
| HSL | 307.81º | 0.82% | 0.46% | - |
| HSV(B) | 307.81º | 0.9% | 0.84% | - |
| XYZ | 36.79 | 18.31 | 49.17 | - |
| YUV | 97.45 | 179.11 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 188 | 0 | 0.90 | 0.12 | 0.16 | 307.81 | 0.82 | 0.46 |
| Hex | D5 | 15 | BC | 0 | 5A | C | 10 | 134 | 52 | 2E |
| Octal | 325 | 25 | 274 | 0 | 132 | 14 | 20 | 464 | 122 | 56 |
| Binary | 11010101 | 10101 | 10111100 | 0 | 1011010 | 1100 | 10000 | 100110100 | 1010010 | 101110 |
Color Harmonies of #D515BC
Complementary color
Monochromatic Colors of #D515BC
Black with #D515BC
Text Example
Text Example
White with #D515BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D515BC; }
p { color: rgb(213,21,188); }
H1.HeaderClassName
{
color: #D515BC;
}
.AnyTagClassName
{
color: #D515BC;
}
</style>
background-color css
<style>
a { background-color: #D515BC; }
a { background-color: rgb(213,21,188); }
div.DivClassName
{
background-color: #D515BC;
}
.BgClassName
{
background-color: #D515BC;
}
</style>
border-color css
<style>
span { border-color: #D515BC; }
span { border-color: rgb(213,21,188); }
td.TdClassName
{
border-color: #D515BC;
}
.TagClassName
{
border-color: #D515BC;
}
</style>