Shades of Deep Magenta #D515B6
Tints of Deep Magenta #D515B6
RGB
CMYK
RGB Variations
Color information
#D515B6 (or 0xD515B6) is known color: Deep Magenta. HEX triplet: D5, 15 and B6. RGB value is (213,21,182). Sum of RGB (Red+Green+Blue) = 213+21+182=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 182 (71.48% from 255 or 43.75% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D515B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D515B6 is #2AEA49. Grayscale: #606060. Windows color (decimal): -2812490 or 11933141. OLE color: 11933141.
HSL color Cylindrical-coordinate representation of color #D515B6: hue angle of 309.69º 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 #D515B6 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 182 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.16 |
| HSL | 309.69º | 0.82% | 0.46% | - |
| HSV(B) | 309.69º | 0.9% | 0.84% | - |
| XYZ | 36.15 | 18.06 | 45.84 | - |
| YUV | 96.76 | 176.11 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 182 | 0 | 0.90 | 0.15 | 0.16 | 309.69 | 0.82 | 0.46 |
| Hex | D5 | 15 | B6 | 0 | 5A | F | 10 | 136 | 52 | 2E |
| Octal | 325 | 25 | 266 | 0 | 132 | 17 | 20 | 466 | 122 | 56 |
| Binary | 11010101 | 10101 | 10110110 | 0 | 1011010 | 1111 | 10000 | 100110110 | 1010010 | 101110 |
Color Harmonies of #D515B6
Complementary color
Monochromatic Colors of #D515B6
Black with #D515B6
Text Example
Text Example
White with #D515B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D515B6; }
p { color: rgb(213,21,182); }
H1.HeaderClassName
{
color: #D515B6;
}
.AnyTagClassName
{
color: #D515B6;
}
</style>
background-color css
<style>
a { background-color: #D515B6; }
a { background-color: rgb(213,21,182); }
div.DivClassName
{
background-color: #D515B6;
}
.BgClassName
{
background-color: #D515B6;
}
</style>
border-color css
<style>
span { border-color: #D515B6; }
span { border-color: rgb(213,21,182); }
td.TdClassName
{
border-color: #D515B6;
}
.TagClassName
{
border-color: #D515B6;
}
</style>