Shades of Deep Magenta #D719B8
Tints of Deep Magenta #D719B8
RGB
CMYK
RGB Variations
Color information
#D719B8 (or 0xD719B8) is known color: Deep Magenta. HEX triplet: D7, 19 and B8. RGB value is (215,25,184). Sum of RGB (Red+Green+Blue) = 215+25+184=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D719B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D719B8 is #28E647. Grayscale: #636363. Windows color (decimal): -2680392 or 12065239. OLE color: 12065239.
HSL color Cylindrical-coordinate representation of color #D719B8: hue angle of 309.79º 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 #D719B8 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 25 | 184 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.16 |
| HSL | 309.79º | 0.79% | 0.47% | - |
| HSV(B) | 309.79º | 0.88% | 0.84% | - |
| XYZ | 37.02 | 18.6 | 46.99 | - |
| YUV | 99.94 | 175.45 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 25 | 184 | 0 | 0.88 | 0.14 | 0.16 | 309.79 | 0.79 | 0.47 |
| Hex | D7 | 19 | B8 | 0 | 58 | E | 10 | 136 | 4F | 2F |
| Octal | 327 | 31 | 270 | 0 | 130 | 16 | 20 | 466 | 117 | 57 |
| Binary | 11010111 | 11001 | 10111000 | 0 | 1011000 | 1110 | 10000 | 100110110 | 1001111 | 101111 |
Color Harmonies of #D719B8
Complementary color
Monochromatic Colors of #D719B8
Black with #D719B8
Text Example
Text Example
White with #D719B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D719B8; }
p { color: rgb(215,25,184); }
H1.HeaderClassName
{
color: #D719B8;
}
.AnyTagClassName
{
color: #D719B8;
}
</style>
background-color css
<style>
a { background-color: #D719B8; }
a { background-color: rgb(215,25,184); }
div.DivClassName
{
background-color: #D719B8;
}
.BgClassName
{
background-color: #D719B8;
}
</style>
border-color css
<style>
span { border-color: #D719B8; }
span { border-color: rgb(215,25,184); }
td.TdClassName
{
border-color: #D719B8;
}
.TagClassName
{
border-color: #D719B8;
}
</style>