Shades of Deep Magenta #D515B9
Tints of Deep Magenta #D515B9
RGB
CMYK
RGB Variations
Color information
#D515B9 (or 0xD515B9) is known color: Deep Magenta. HEX triplet: D5, 15 and B9. RGB value is (213,21,185). Sum of RGB (Red+Green+Blue) = 213+21+185=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D515B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D515B9 is #2AEA46. Grayscale: #606060. Windows color (decimal): -2812487 or 12129749. OLE color: 12129749.
HSL color Cylindrical-coordinate representation of color #D515B9: hue angle of 308.75º 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 #D515B9 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 185 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.16 |
| HSL | 308.75º | 0.82% | 0.46% | - |
| HSV(B) | 308.75º | 0.9% | 0.84% | - |
| XYZ | 36.47 | 18.19 | 47.49 | - |
| YUV | 97.1 | 177.61 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 185 | 0 | 0.90 | 0.13 | 0.16 | 308.75 | 0.82 | 0.46 |
| Hex | D5 | 15 | B9 | 0 | 5A | D | 10 | 135 | 52 | 2E |
| Octal | 325 | 25 | 271 | 0 | 132 | 15 | 20 | 465 | 122 | 56 |
| Binary | 11010101 | 10101 | 10111001 | 0 | 1011010 | 1101 | 10000 | 100110101 | 1010010 | 101110 |
Color Harmonies of #D515B9
Complementary color
Monochromatic Colors of #D515B9
Black with #D515B9
Text Example
Text Example
White with #D515B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D515B9; }
p { color: rgb(213,21,185); }
H1.HeaderClassName
{
color: #D515B9;
}
.AnyTagClassName
{
color: #D515B9;
}
</style>
background-color css
<style>
a { background-color: #D515B9; }
a { background-color: rgb(213,21,185); }
div.DivClassName
{
background-color: #D515B9;
}
.BgClassName
{
background-color: #D515B9;
}
</style>
border-color css
<style>
span { border-color: #D515B9; }
span { border-color: rgb(213,21,185); }
td.TdClassName
{
border-color: #D515B9;
}
.TagClassName
{
border-color: #D515B9;
}
</style>