Shades of Deep Magenta #D815B7
Tints of Deep Magenta #D815B7
RGB
CMYK
RGB Variations
Color information
#D815B7 (or 0xD815B7) is known color: Deep Magenta. HEX triplet: D8, 15 and B7. RGB value is (216,21,183). Sum of RGB (Red+Green+Blue) = 216+21+183=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D815B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D815B7 is #27EA48. Grayscale: #616161. Windows color (decimal): -2615881 or 11998680. OLE color: 11998680.
HSL color Cylindrical-coordinate representation of color #D815B7: hue angle of 310.15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D815B7 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 183 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.15 |
| HSL | 310.15º | 0.82% | 0.46% | - |
| HSV(B) | 310.15º | 0.9% | 0.85% | - |
| XYZ | 37.13 | 18.55 | 46.42 | - |
| YUV | 97.77 | 176.1 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 183 | 0 | 0.90 | 0.15 | 0.15 | 310.15 | 0.82 | 0.46 |
| Hex | D8 | 15 | B7 | 0 | 5A | F | F | 136 | 52 | 2E |
| Octal | 330 | 25 | 267 | 0 | 132 | 17 | 17 | 466 | 122 | 56 |
| Binary | 11011000 | 10101 | 10110111 | 0 | 1011010 | 1111 | 1111 | 100110110 | 1010010 | 101110 |
Color Harmonies of #D815B7
Complementary color
Monochromatic Colors of #D815B7
Black with #D815B7
Text Example
Text Example
White with #D815B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D815B7; }
p { color: rgb(216,21,183); }
H1.HeaderClassName
{
color: #D815B7;
}
.AnyTagClassName
{
color: #D815B7;
}
</style>
background-color css
<style>
a { background-color: #D815B7; }
a { background-color: rgb(216,21,183); }
div.DivClassName
{
background-color: #D815B7;
}
.BgClassName
{
background-color: #D815B7;
}
</style>
border-color css
<style>
span { border-color: #D815B7; }
span { border-color: rgb(216,21,183); }
td.TdClassName
{
border-color: #D815B7;
}
.TagClassName
{
border-color: #D815B7;
}
</style>