Shades of Deep Magenta #D919BC
Tints of Deep Magenta #D919BC
RGB
CMYK
RGB Variations
Color information
#D919BC (or 0xD919BC) is known color: Deep Magenta. HEX triplet: D9, 19 and BC. RGB value is (217,25,188). Sum of RGB (Red+Green+Blue) = 217+25+188=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D919BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D919BC is #26E643. Grayscale: #646464. Windows color (decimal): -2549316 or 12327385. OLE color: 12327385.
HSL color Cylindrical-coordinate representation of color #D919BC: hue angle of 309.06º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D919BC is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 188 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.15 |
| HSL | 309.06º | 0.79% | 0.47% | - |
| HSV(B) | 309.06º | 0.88% | 0.85% | - |
| XYZ | 38.04 | 19.08 | 49.25 | - |
| YUV | 100.99 | 177.11 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 188 | 0 | 0.88 | 0.13 | 0.15 | 309.06 | 0.79 | 0.47 |
| Hex | D9 | 19 | BC | 0 | 58 | D | F | 135 | 4F | 2F |
| Octal | 331 | 31 | 274 | 0 | 130 | 15 | 17 | 465 | 117 | 57 |
| Binary | 11011001 | 11001 | 10111100 | 0 | 1011000 | 1101 | 1111 | 100110101 | 1001111 | 101111 |
Color Harmonies of #D919BC
Complementary color
Monochromatic Colors of #D919BC
Black with #D919BC
Text Example
Text Example
White with #D919BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D919BC; }
p { color: rgb(217,25,188); }
H1.HeaderClassName
{
color: #D919BC;
}
.AnyTagClassName
{
color: #D919BC;
}
</style>
background-color css
<style>
a { background-color: #D919BC; }
a { background-color: rgb(217,25,188); }
div.DivClassName
{
background-color: #D919BC;
}
.BgClassName
{
background-color: #D919BC;
}
</style>
border-color css
<style>
span { border-color: #D919BC; }
span { border-color: rgb(217,25,188); }
td.TdClassName
{
border-color: #D919BC;
}
.TagClassName
{
border-color: #D919BC;
}
</style>