Shades of Deep Magenta #D819BF
Tints of Deep Magenta #D819BF
RGB
CMYK
RGB Variations
Color information
#D819BF (or 0xD819BF) is known color: Deep Magenta. HEX triplet: D8, 19 and BF. RGB value is (216,25,191). Sum of RGB (Red+Green+Blue) = 216+25+191=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D819BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D819BF is #27E640. Grayscale: #646464. Windows color (decimal): -2614849 or 12523992. OLE color: 12523992.
HSL color Cylindrical-coordinate representation of color #D819BF: hue angle of 307.85º 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 #D819BF is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 191 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.15 |
| HSL | 307.85º | 0.79% | 0.47% | - |
| HSV(B) | 307.85º | 0.88% | 0.85% | - |
| XYZ | 38.07 | 19.06 | 50.96 | - |
| YUV | 101.03 | 178.78 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 191 | 0 | 0.88 | 0.12 | 0.15 | 307.85 | 0.79 | 0.47 |
| Hex | D8 | 19 | BF | 0 | 58 | C | F | 134 | 4F | 2F |
| Octal | 330 | 31 | 277 | 0 | 130 | 14 | 17 | 464 | 117 | 57 |
| Binary | 11011000 | 11001 | 10111111 | 0 | 1011000 | 1100 | 1111 | 100110100 | 1001111 | 101111 |
Color Harmonies of #D819BF
Complementary color
Monochromatic Colors of #D819BF
Black with #D819BF
Text Example
Text Example
White with #D819BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D819BF; }
p { color: rgb(216,25,191); }
H1.HeaderClassName
{
color: #D819BF;
}
.AnyTagClassName
{
color: #D819BF;
}
</style>
background-color css
<style>
a { background-color: #D819BF; }
a { background-color: rgb(216,25,191); }
div.DivClassName
{
background-color: #D819BF;
}
.BgClassName
{
background-color: #D819BF;
}
</style>
border-color css
<style>
span { border-color: #D819BF; }
span { border-color: rgb(216,25,191); }
td.TdClassName
{
border-color: #D819BF;
}
.TagClassName
{
border-color: #D819BF;
}
</style>