Shades of Deep Magenta #D719B9
Tints of Deep Magenta #D719B9
RGB
CMYK
RGB Variations
Color information
#D719B9 (or 0xD719B9) is known color: Deep Magenta. HEX triplet: D7, 19 and B9. RGB value is (215,25,185). Sum of RGB (Red+Green+Blue) = 215+25+185=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D719B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D719B9 is #28E646. Grayscale: #636363. Windows color (decimal): -2680391 or 12130775. OLE color: 12130775.
HSL color Cylindrical-coordinate representation of color #D719B9: hue angle of 309.47º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D719B9 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 25 | 185 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.16 |
| HSL | 309.47º | 0.79% | 0.47% | - |
| HSV(B) | 309.47º | 0.88% | 0.84% | - |
| XYZ | 37.13 | 18.65 | 47.54 | - |
| YUV | 100.05 | 175.95 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 25 | 185 | 0 | 0.88 | 0.14 | 0.16 | 309.47 | 0.79 | 0.47 |
| Hex | D7 | 19 | B9 | 0 | 58 | E | 10 | 135 | 4F | 2F |
| Octal | 327 | 31 | 271 | 0 | 130 | 16 | 20 | 465 | 117 | 57 |
| Binary | 11010111 | 11001 | 10111001 | 0 | 1011000 | 1110 | 10000 | 100110101 | 1001111 | 101111 |
Color Harmonies of #D719B9
Complementary color
Monochromatic Colors of #D719B9
Black with #D719B9
Text Example
Text Example
White with #D719B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D719B9; }
p { color: rgb(215,25,185); }
H1.HeaderClassName
{
color: #D719B9;
}
.AnyTagClassName
{
color: #D719B9;
}
</style>
background-color css
<style>
a { background-color: #D719B9; }
a { background-color: rgb(215,25,185); }
div.DivClassName
{
background-color: #D719B9;
}
.BgClassName
{
background-color: #D719B9;
}
</style>
border-color css
<style>
span { border-color: #D719B9; }
span { border-color: rgb(215,25,185); }
td.TdClassName
{
border-color: #D719B9;
}
.TagClassName
{
border-color: #D719B9;
}
</style>