Shades of Deep Magenta #D819BC
Tints of Deep Magenta #D819BC
RGB
CMYK
RGB Variations
Color information
#D819BC (or 0xD819BC) is known color: Deep Magenta. HEX triplet: D8, 19 and BC. RGB value is (216,25,188). Sum of RGB (Red+Green+Blue) = 216+25+188=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D819BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D819BC is #27E643. Grayscale: #646464. Windows color (decimal): -2614852 or 12327384. OLE color: 12327384.
HSL color Cylindrical-coordinate representation of color #D819BC: hue angle of 308.8º 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 #D819BC is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 188 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.15 |
| HSL | 308.8º | 0.79% | 0.47% | - |
| HSV(B) | 308.8º | 0.88% | 0.85% | - |
| XYZ | 37.74 | 18.93 | 49.24 | - |
| YUV | 100.69 | 177.28 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 188 | 0 | 0.88 | 0.13 | 0.15 | 308.8 | 0.79 | 0.47 |
| Hex | D8 | 19 | BC | 0 | 58 | D | F | 135 | 4F | 2F |
| Octal | 330 | 31 | 274 | 0 | 130 | 15 | 17 | 465 | 117 | 57 |
| Binary | 11011000 | 11001 | 10111100 | 0 | 1011000 | 1101 | 1111 | 100110101 | 1001111 | 101111 |
Color Harmonies of #D819BC
Complementary color
Monochromatic Colors of #D819BC
Black with #D819BC
Text Example
Text Example
White with #D819BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D819BC; }
p { color: rgb(216,25,188); }
H1.HeaderClassName
{
color: #D819BC;
}
.AnyTagClassName
{
color: #D819BC;
}
</style>
background-color css
<style>
a { background-color: #D819BC; }
a { background-color: rgb(216,25,188); }
div.DivClassName
{
background-color: #D819BC;
}
.BgClassName
{
background-color: #D819BC;
}
</style>
border-color css
<style>
span { border-color: #D819BC; }
span { border-color: rgb(216,25,188); }
td.TdClassName
{
border-color: #D819BC;
}
.TagClassName
{
border-color: #D819BC;
}
</style>