Shades of Deep Magenta #D915B6
Tints of Deep Magenta #D915B6
RGB
CMYK
RGB Variations
Color information
#D915B6 (or 0xD915B6) is known color: Deep Magenta. HEX triplet: D9, 15 and B6. RGB value is (217,21,182). Sum of RGB (Red+Green+Blue) = 217+21+182=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 182 (71.48% from 255 or 43.33% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D915B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D915B6 is #26EA49. Grayscale: #616161. Windows color (decimal): -2550346 or 11933145. OLE color: 11933145.
HSL color Cylindrical-coordinate representation of color #D915B6: hue angle of 310.71º 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 #D915B6 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 182 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.15 |
| HSL | 310.71º | 0.82% | 0.47% | - |
| HSV(B) | 310.71º | 0.9% | 0.85% | - |
| XYZ | 37.33 | 18.67 | 45.89 | - |
| YUV | 97.96 | 175.43 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 182 | 0 | 0.90 | 0.16 | 0.15 | 310.71 | 0.82 | 0.47 |
| Hex | D9 | 15 | B6 | 0 | 5A | 10 | F | 137 | 52 | 2F |
| Octal | 331 | 25 | 266 | 0 | 132 | 20 | 17 | 467 | 122 | 57 |
| Binary | 11011001 | 10101 | 10110110 | 0 | 1011010 | 10000 | 1111 | 100110111 | 1010010 | 101111 |
Color Harmonies of #D915B6
Complementary color
Monochromatic Colors of #D915B6
Black with #D915B6
Text Example
Text Example
White with #D915B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D915B6; }
p { color: rgb(217,21,182); }
H1.HeaderClassName
{
color: #D915B6;
}
.AnyTagClassName
{
color: #D915B6;
}
</style>
background-color css
<style>
a { background-color: #D915B6; }
a { background-color: rgb(217,21,182); }
div.DivClassName
{
background-color: #D915B6;
}
.BgClassName
{
background-color: #D915B6;
}
</style>
border-color css
<style>
span { border-color: #D915B6; }
span { border-color: rgb(217,21,182); }
td.TdClassName
{
border-color: #D915B6;
}
.TagClassName
{
border-color: #D915B6;
}
</style>