Shades of Deep Magenta #D917BC
Tints of Deep Magenta #D917BC
RGB
CMYK
RGB Variations
Color information
#D917BC (or 0xD917BC) is known color: Deep Magenta. HEX triplet: D9, 17 and BC. RGB value is (217,23,188). Sum of RGB (Red+Green+Blue) = 217+23+188=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 23 (9.38% from 255 or 5.37% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D917BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D917BC is #26E843. Grayscale: #636363. Windows color (decimal): -2549828 or 12326873. OLE color: 12326873.
HSL color Cylindrical-coordinate representation of color #D917BC: hue angle of 308.97º 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 #D917BC is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 188 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.15 |
| HSL | 308.97º | 0.81% | 0.47% | - |
| HSV(B) | 308.97º | 0.89% | 0.85% | - |
| XYZ | 38 | 19 | 49.24 | - |
| YUV | 99.82 | 177.77 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 188 | 0 | 0.89 | 0.13 | 0.15 | 308.97 | 0.81 | 0.47 |
| Hex | D9 | 17 | BC | 0 | 59 | D | F | 135 | 51 | 2F |
| Octal | 331 | 27 | 274 | 0 | 131 | 15 | 17 | 465 | 121 | 57 |
| Binary | 11011001 | 10111 | 10111100 | 0 | 1011001 | 1101 | 1111 | 100110101 | 1010001 | 101111 |
Color Harmonies of #D917BC
Complementary color
Monochromatic Colors of #D917BC
Black with #D917BC
Text Example
Text Example
White with #D917BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D917BC; }
p { color: rgb(217,23,188); }
H1.HeaderClassName
{
color: #D917BC;
}
.AnyTagClassName
{
color: #D917BC;
}
</style>
background-color css
<style>
a { background-color: #D917BC; }
a { background-color: rgb(217,23,188); }
div.DivClassName
{
background-color: #D917BC;
}
.BgClassName
{
background-color: #D917BC;
}
</style>
border-color css
<style>
span { border-color: #D917BC; }
span { border-color: rgb(217,23,188); }
td.TdClassName
{
border-color: #D917BC;
}
.TagClassName
{
border-color: #D917BC;
}
</style>