Shades of Deep Magenta #D717BB
Tints of Deep Magenta #D717BB
RGB
CMYK
RGB Variations
Color information
#D717BB (or 0xD717BB) is known color: Deep Magenta. HEX triplet: D7, 17 and BB. RGB value is (215,23,187). Sum of RGB (Red+Green+Blue) = 215+23+187=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D717BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D717BB is #28E844. Grayscale: #626262. Windows color (decimal): -2680901 or 12261335. OLE color: 12261335.
HSL color Cylindrical-coordinate representation of color #D717BB: hue angle of 308.75º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D717BB is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 187 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.16 |
| HSL | 308.75º | 0.81% | 0.47% | - |
| HSV(B) | 308.75º | 0.89% | 0.84% | - |
| XYZ | 37.3 | 18.65 | 48.65 | - |
| YUV | 99.1 | 177.61 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 187 | 0 | 0.89 | 0.13 | 0.16 | 308.75 | 0.81 | 0.47 |
| Hex | D7 | 17 | BB | 0 | 59 | D | 10 | 135 | 51 | 2F |
| Octal | 327 | 27 | 273 | 0 | 131 | 15 | 20 | 465 | 121 | 57 |
| Binary | 11010111 | 10111 | 10111011 | 0 | 1011001 | 1101 | 10000 | 100110101 | 1010001 | 101111 |
Color Harmonies of #D717BB
Complementary color
Monochromatic Colors of #D717BB
Black with #D717BB
Text Example
Text Example
White with #D717BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D717BB; }
p { color: rgb(215,23,187); }
H1.HeaderClassName
{
color: #D717BB;
}
.AnyTagClassName
{
color: #D717BB;
}
</style>
background-color css
<style>
a { background-color: #D717BB; }
a { background-color: rgb(215,23,187); }
div.DivClassName
{
background-color: #D717BB;
}
.BgClassName
{
background-color: #D717BB;
}
</style>
border-color css
<style>
span { border-color: #D717BB; }
span { border-color: rgb(215,23,187); }
td.TdClassName
{
border-color: #D717BB;
}
.TagClassName
{
border-color: #D717BB;
}
</style>