Shades of Deep Magenta #D119B8
Tints of Deep Magenta #D119B8
RGB
CMYK
RGB Variations
Color information
#D119B8 (or 0xD119B8) is known color: Deep Magenta. HEX triplet: D1, 19 and B8. RGB value is (209,25,184). Sum of RGB (Red+Green+Blue) = 209+25+184=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 184 (72.27% from 255 or 44.02% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D119B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D119B8 is #2EE647. Grayscale: #616161. Windows color (decimal): -3073608 or 12065233. OLE color: 12065233.
HSL color Cylindrical-coordinate representation of color #D119B8: hue angle of 308.15º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D119B8 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 184 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.18 |
| HSL | 308.15º | 0.79% | 0.46% | - |
| HSV(B) | 308.15º | 0.88% | 0.82% | - |
| XYZ | 35.29 | 17.71 | 46.91 | - |
| YUV | 98.14 | 176.46 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 184 | 0 | 0.88 | 0.12 | 0.18 | 308.15 | 0.79 | 0.46 |
| Hex | D1 | 19 | B8 | 0 | 58 | C | 12 | 134 | 4F | 2E |
| Octal | 321 | 31 | 270 | 0 | 130 | 14 | 22 | 464 | 117 | 56 |
| Binary | 11010001 | 11001 | 10111000 | 0 | 1011000 | 1100 | 10010 | 100110100 | 1001111 | 101110 |
Color Harmonies of #D119B8
Complementary color
Monochromatic Colors of #D119B8
Black with #D119B8
Text Example
Text Example
White with #D119B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D119B8; }
p { color: rgb(209,25,184); }
H1.HeaderClassName
{
color: #D119B8;
}
.AnyTagClassName
{
color: #D119B8;
}
</style>
background-color css
<style>
a { background-color: #D119B8; }
a { background-color: rgb(209,25,184); }
div.DivClassName
{
background-color: #D119B8;
}
.BgClassName
{
background-color: #D119B8;
}
</style>
border-color css
<style>
span { border-color: #D119B8; }
span { border-color: rgb(209,25,184); }
td.TdClassName
{
border-color: #D119B8;
}
.TagClassName
{
border-color: #D119B8;
}
</style>