Shades of Deep Magenta #D119D8
Tints of Deep Magenta #D119D8
RGB
CMYK
RGB Variations
Color information
#D119D8 (or 0xD119D8) is known color: Deep Magenta. HEX triplet: D1, 19 and D8. RGB value is (209,25,216). Sum of RGB (Red+Green+Blue) = 209+25+216=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #D119D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D119D8 is #2EE627. Grayscale: #656565. Windows color (decimal): -3073576 or 14162385. OLE color: 14162385.
HSL color Cylindrical-coordinate representation of color #D119D8: hue angle of 297.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 #D119D8 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 25 | 216 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.15 |
| HSL | 297.8º | 0.79% | 0.47% | - |
| HSV(B) | 297.8º | 0.88% | 0.85% | - |
| XYZ | 39.04 | 19.21 | 66.62 | - |
| YUV | 101.79 | 192.46 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 216 | 0.03 | 0.88 | 0 | 0.15 | 297.8 | 0.79 | 0.47 |
| Hex | D1 | 19 | D8 | 3 | 58 | 0 | F | 12A | 4F | 2F |
| Octal | 321 | 31 | 330 | 3 | 130 | 0 | 17 | 452 | 117 | 57 |
| Binary | 11010001 | 11001 | 11011000 | 11 | 1011000 | 0 | 1111 | 100101010 | 1001111 | 101111 |
Color Harmonies of #D119D8
Complementary color
Monochromatic Colors of #D119D8
Black with #D119D8
Text Example
Text Example
White with #D119D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D119D8; }
p { color: rgb(209,25,216); }
H1.HeaderClassName
{
color: #D119D8;
}
.AnyTagClassName
{
color: #D119D8;
}
</style>
background-color css
<style>
a { background-color: #D119D8; }
a { background-color: rgb(209,25,216); }
div.DivClassName
{
background-color: #D119D8;
}
.BgClassName
{
background-color: #D119D8;
}
</style>
border-color css
<style>
span { border-color: #D119D8; }
span { border-color: rgb(209,25,216); }
td.TdClassName
{
border-color: #D119D8;
}
.TagClassName
{
border-color: #D119D8;
}
</style>