Shades of Deep Magenta #D915BB
Tints of Deep Magenta #D915BB
RGB
CMYK
RGB Variations
Color information
#D915BB (or 0xD915BB) is known color: Deep Magenta. HEX triplet: D9, 15 and BB. RGB value is (217,21,187). Sum of RGB (Red+Green+Blue) = 217+21+187=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D915BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D915BB is #26EA44. Grayscale: #626262. Windows color (decimal): -2550341 or 12260825. OLE color: 12260825.
HSL color Cylindrical-coordinate representation of color #D915BB: hue angle of 309.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D915BB is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 187 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.15 |
| HSL | 309.18º | 0.82% | 0.47% | - |
| HSV(B) | 309.18º | 0.9% | 0.85% | - |
| XYZ | 37.85 | 18.88 | 48.66 | - |
| YUV | 98.53 | 177.93 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 187 | 0 | 0.90 | 0.14 | 0.15 | 309.18 | 0.82 | 0.47 |
| Hex | D9 | 15 | BB | 0 | 5A | E | F | 135 | 52 | 2F |
| Octal | 331 | 25 | 273 | 0 | 132 | 16 | 17 | 465 | 122 | 57 |
| Binary | 11011001 | 10101 | 10111011 | 0 | 1011010 | 1110 | 1111 | 100110101 | 1010010 | 101111 |
Color Harmonies of #D915BB
Complementary color
Monochromatic Colors of #D915BB
Black with #D915BB
Text Example
Text Example
White with #D915BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D915BB; }
p { color: rgb(217,21,187); }
H1.HeaderClassName
{
color: #D915BB;
}
.AnyTagClassName
{
color: #D915BB;
}
</style>
background-color css
<style>
a { background-color: #D915BB; }
a { background-color: rgb(217,21,187); }
div.DivClassName
{
background-color: #D915BB;
}
.BgClassName
{
background-color: #D915BB;
}
</style>
border-color css
<style>
span { border-color: #D915BB; }
span { border-color: rgb(217,21,187); }
td.TdClassName
{
border-color: #D915BB;
}
.TagClassName
{
border-color: #D915BB;
}
</style>