Shades of Deep Magenta #D515BD
Tints of Deep Magenta #D515BD
RGB
CMYK
RGB Variations
Color information
#D515BD (or 0xD515BD) is known color: Deep Magenta. HEX triplet: D5, 15 and BD. RGB value is (213,21,189). Sum of RGB (Red+Green+Blue) = 213+21+189=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D515BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D515BD is #2AEA42. Grayscale: #616161. Windows color (decimal): -2812483 or 12391893. OLE color: 12391893.
HSL color Cylindrical-coordinate representation of color #D515BD: hue angle of 307.5º 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 #D515BD is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 189 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.16 |
| HSL | 307.5º | 0.82% | 0.46% | - |
| HSV(B) | 307.5º | 0.9% | 0.84% | - |
| XYZ | 36.89 | 18.36 | 49.74 | - |
| YUV | 97.56 | 179.61 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 189 | 0 | 0.90 | 0.11 | 0.16 | 307.5 | 0.82 | 0.46 |
| Hex | D5 | 15 | BD | 0 | 5A | B | 10 | 134 | 52 | 2E |
| Octal | 325 | 25 | 275 | 0 | 132 | 13 | 20 | 464 | 122 | 56 |
| Binary | 11010101 | 10101 | 10111101 | 0 | 1011010 | 1011 | 10000 | 100110100 | 1010010 | 101110 |
Color Harmonies of #D515BD
Complementary color
Monochromatic Colors of #D515BD
Black with #D515BD
Text Example
Text Example
White with #D515BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D515BD; }
p { color: rgb(213,21,189); }
H1.HeaderClassName
{
color: #D515BD;
}
.AnyTagClassName
{
color: #D515BD;
}
</style>
background-color css
<style>
a { background-color: #D515BD; }
a { background-color: rgb(213,21,189); }
div.DivClassName
{
background-color: #D515BD;
}
.BgClassName
{
background-color: #D515BD;
}
</style>
border-color css
<style>
span { border-color: #D515BD; }
span { border-color: rgb(213,21,189); }
td.TdClassName
{
border-color: #D515BD;
}
.TagClassName
{
border-color: #D515BD;
}
</style>