Shades of Deep Magenta #D816B7
Tints of Deep Magenta #D816B7
RGB
CMYK
RGB Variations
Color information
#D816B7 (or 0xD816B7) is known color: Deep Magenta. HEX triplet: D8, 16 and B7. RGB value is (216,22,183). Sum of RGB (Red+Green+Blue) = 216+22+183=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 183 (71.88% from 255 or 43.47% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D816B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D816B7 is #27E948. Grayscale: #616161. Windows color (decimal): -2615625 or 11998936. OLE color: 11998936.
HSL color Cylindrical-coordinate representation of color #D816B7: hue angle of 310.21º 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 #D816B7 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 183 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.15 |
| HSL | 310.21º | 0.82% | 0.47% | - |
| HSV(B) | 310.21º | 0.9% | 0.85% | - |
| XYZ | 37.15 | 18.59 | 46.43 | - |
| YUV | 98.36 | 175.77 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 183 | 0 | 0.90 | 0.15 | 0.15 | 310.21 | 0.82 | 0.47 |
| Hex | D8 | 16 | B7 | 0 | 5A | F | F | 136 | 52 | 2F |
| Octal | 330 | 26 | 267 | 0 | 132 | 17 | 17 | 466 | 122 | 57 |
| Binary | 11011000 | 10110 | 10110111 | 0 | 1011010 | 1111 | 1111 | 100110110 | 1010010 | 101111 |
Color Harmonies of #D816B7
Complementary color
Monochromatic Colors of #D816B7
Black with #D816B7
Text Example
Text Example
White with #D816B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D816B7; }
p { color: rgb(216,22,183); }
H1.HeaderClassName
{
color: #D816B7;
}
.AnyTagClassName
{
color: #D816B7;
}
</style>
background-color css
<style>
a { background-color: #D816B7; }
a { background-color: rgb(216,22,183); }
div.DivClassName
{
background-color: #D816B7;
}
.BgClassName
{
background-color: #D816B7;
}
</style>
border-color css
<style>
span { border-color: #D816B7; }
span { border-color: rgb(216,22,183); }
td.TdClassName
{
border-color: #D816B7;
}
.TagClassName
{
border-color: #D816B7;
}
</style>