Shades of Deep Magenta #D515BB
Tints of Deep Magenta #D515BB
RGB
CMYK
RGB Variations
Color information
#D515BB (or 0xD515BB) is known color: Deep Magenta. HEX triplet: D5, 15 and BB. RGB value is (213,21,187). Sum of RGB (Red+Green+Blue) = 213+21+187=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D515BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D515BB is #2AEA44. Grayscale: #606060. Windows color (decimal): -2812485 or 12260821. OLE color: 12260821.
HSL color Cylindrical-coordinate representation of color #D515BB: hue angle of 308.12º 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 #D515BB is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 187 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.16 |
| HSL | 308.13º | 0.82% | 0.46% | - |
| HSV(B) | 308.13º | 0.9% | 0.84% | - |
| XYZ | 36.68 | 18.27 | 48.61 | - |
| YUV | 97.33 | 178.61 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 187 | 0 | 0.90 | 0.12 | 0.16 | 308.13 | 0.82 | 0.46 |
| Hex | D5 | 15 | BB | 0 | 5A | C | 10 | 134 | 52 | 2E |
| Octal | 325 | 25 | 273 | 0 | 132 | 14 | 20 | 464 | 122 | 56 |
| Binary | 11010101 | 10101 | 10111011 | 0 | 1011010 | 1100 | 10000 | 100110100 | 1010010 | 101110 |
Color Harmonies of #D515BB
Complementary color
Monochromatic Colors of #D515BB
Black with #D515BB
Text Example
Text Example
White with #D515BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D515BB; }
p { color: rgb(213,21,187); }
H1.HeaderClassName
{
color: #D515BB;
}
.AnyTagClassName
{
color: #D515BB;
}
</style>
background-color css
<style>
a { background-color: #D515BB; }
a { background-color: rgb(213,21,187); }
div.DivClassName
{
background-color: #D515BB;
}
.BgClassName
{
background-color: #D515BB;
}
</style>
border-color css
<style>
span { border-color: #D515BB; }
span { border-color: rgb(213,21,187); }
td.TdClassName
{
border-color: #D515BB;
}
.TagClassName
{
border-color: #D515BB;
}
</style>