Shades of Deep Magenta #D716B3
Tints of Deep Magenta #D716B3
RGB
CMYK
RGB Variations
Color information
#D716B3 (or 0xD716B3) is known color: Deep Magenta. HEX triplet: D7, 16 and B3. RGB value is (215,22,179). Sum of RGB (Red+Green+Blue) = 215+22+179=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 179 (70.31% from 255 or 43.03% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D716B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D716B3 is #28E94C. Grayscale: #616161. Windows color (decimal): -2681165 or 11736791. OLE color: 11736791.
HSL color Cylindrical-coordinate representation of color #D716B3: hue angle of 311.19º degrees, saturation: 0.81, 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 #D716B3 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 179 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.16 |
| HSL | 311.19º | 0.81% | 0.46% | - |
| HSV(B) | 311.19º | 0.9% | 0.84% | - |
| XYZ | 36.45 | 18.28 | 44.25 | - |
| YUV | 97.61 | 173.94 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 179 | 0 | 0.90 | 0.17 | 0.16 | 311.19 | 0.81 | 0.46 |
| Hex | D7 | 16 | B3 | 0 | 5A | 11 | 10 | 137 | 51 | 2E |
| Octal | 327 | 26 | 263 | 0 | 132 | 21 | 20 | 467 | 121 | 56 |
| Binary | 11010111 | 10110 | 10110011 | 0 | 1011010 | 10001 | 10000 | 100110111 | 1010001 | 101110 |
Color Harmonies of #D716B3
Complementary color
Monochromatic Colors of #D716B3
Black with #D716B3
Text Example
Text Example
White with #D716B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D716B3; }
p { color: rgb(215,22,179); }
H1.HeaderClassName
{
color: #D716B3;
}
.AnyTagClassName
{
color: #D716B3;
}
</style>
background-color css
<style>
a { background-color: #D716B3; }
a { background-color: rgb(215,22,179); }
div.DivClassName
{
background-color: #D716B3;
}
.BgClassName
{
background-color: #D716B3;
}
</style>
border-color css
<style>
span { border-color: #D716B3; }
span { border-color: rgb(215,22,179); }
td.TdClassName
{
border-color: #D716B3;
}
.TagClassName
{
border-color: #D716B3;
}
</style>