Shades of Deep Magenta #D817BC
Tints of Deep Magenta #D817BC
RGB
CMYK
RGB Variations
Color information
#D817BC (or 0xD817BC) is known color: Deep Magenta. HEX triplet: D8, 17 and BC. RGB value is (216,23,188). Sum of RGB (Red+Green+Blue) = 216+23+188=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D817BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D817BC is #27E843. Grayscale: #636363. Windows color (decimal): -2615364 or 12326872. OLE color: 12326872.
HSL color Cylindrical-coordinate representation of color #D817BC: hue angle of 308.7º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D817BC is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 188 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.15 |
| HSL | 308.7º | 0.81% | 0.47% | - |
| HSV(B) | 308.7º | 0.89% | 0.85% | - |
| XYZ | 37.7 | 18.84 | 49.23 | - |
| YUV | 99.52 | 177.94 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 188 | 0 | 0.89 | 0.13 | 0.15 | 308.7 | 0.81 | 0.47 |
| Hex | D8 | 17 | BC | 0 | 59 | D | F | 135 | 51 | 2F |
| Octal | 330 | 27 | 274 | 0 | 131 | 15 | 17 | 465 | 121 | 57 |
| Binary | 11011000 | 10111 | 10111100 | 0 | 1011001 | 1101 | 1111 | 100110101 | 1010001 | 101111 |
Color Harmonies of #D817BC
Complementary color
Monochromatic Colors of #D817BC
Black with #D817BC
Text Example
Text Example
White with #D817BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D817BC; }
p { color: rgb(216,23,188); }
H1.HeaderClassName
{
color: #D817BC;
}
.AnyTagClassName
{
color: #D817BC;
}
</style>
background-color css
<style>
a { background-color: #D817BC; }
a { background-color: rgb(216,23,188); }
div.DivClassName
{
background-color: #D817BC;
}
.BgClassName
{
background-color: #D817BC;
}
</style>
border-color css
<style>
span { border-color: #D817BC; }
span { border-color: rgb(216,23,188); }
td.TdClassName
{
border-color: #D817BC;
}
.TagClassName
{
border-color: #D817BC;
}
</style>