Shades of Deep Magenta #D716BF
Tints of Deep Magenta #D716BF
RGB
CMYK
RGB Variations
Color information
#D716BF (or 0xD716BF) is known color: Deep Magenta. HEX triplet: D7, 16 and BF. RGB value is (215,22,191). Sum of RGB (Red+Green+Blue) = 215+22+191=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D716BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D716BF is #28E940. Grayscale: #626262. Windows color (decimal): -2681153 or 12523223. OLE color: 12523223.
HSL color Cylindrical-coordinate representation of color #D716BF: hue angle of 307.46º 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 #D716BF is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 191 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.16 |
| HSL | 307.46º | 0.81% | 0.46% | - |
| HSV(B) | 307.46º | 0.9% | 0.84% | - |
| XYZ | 37.72 | 18.78 | 50.93 | - |
| YUV | 98.97 | 179.94 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 191 | 0 | 0.90 | 0.11 | 0.16 | 307.46 | 0.81 | 0.46 |
| Hex | D7 | 16 | BF | 0 | 5A | B | 10 | 133 | 51 | 2E |
| Octal | 327 | 26 | 277 | 0 | 132 | 13 | 20 | 463 | 121 | 56 |
| Binary | 11010111 | 10110 | 10111111 | 0 | 1011010 | 1011 | 10000 | 100110011 | 1010001 | 101110 |
Color Harmonies of #D716BF
Complementary color
Monochromatic Colors of #D716BF
Black with #D716BF
Text Example
Text Example
White with #D716BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D716BF; }
p { color: rgb(215,22,191); }
H1.HeaderClassName
{
color: #D716BF;
}
.AnyTagClassName
{
color: #D716BF;
}
</style>
background-color css
<style>
a { background-color: #D716BF; }
a { background-color: rgb(215,22,191); }
div.DivClassName
{
background-color: #D716BF;
}
.BgClassName
{
background-color: #D716BF;
}
</style>
border-color css
<style>
span { border-color: #D716BF; }
span { border-color: rgb(215,22,191); }
td.TdClassName
{
border-color: #D716BF;
}
.TagClassName
{
border-color: #D716BF;
}
</style>