Shades of Deep Magenta #D119BD
Tints of Deep Magenta #D119BD
RGB
CMYK
RGB Variations
Color information
#D119BD (or 0xD119BD) is known color: Deep Magenta. HEX triplet: D1, 19 and BD. RGB value is (209,25,189). Sum of RGB (Red+Green+Blue) = 209+25+189=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D119BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D119BD is #2EE642. Grayscale: #626262. Windows color (decimal): -3073603 or 12392913. OLE color: 12392913.
HSL color Cylindrical-coordinate representation of color #D119BD: hue angle of 306.52º 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 #D119BD is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 189 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.18 |
| HSL | 306.52º | 0.79% | 0.46% | - |
| HSV(B) | 306.52º | 0.88% | 0.82% | - |
| XYZ | 35.83 | 17.92 | 49.72 | - |
| YUV | 98.71 | 178.96 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 189 | 0 | 0.88 | 0.10 | 0.18 | 306.52 | 0.79 | 0.46 |
| Hex | D1 | 19 | BD | 0 | 58 | A | 12 | 133 | 4F | 2E |
| Octal | 321 | 31 | 275 | 0 | 130 | 12 | 22 | 463 | 117 | 56 |
| Binary | 11010001 | 11001 | 10111101 | 0 | 1011000 | 1010 | 10010 | 100110011 | 1001111 | 101110 |
Color Harmonies of #D119BD
Complementary color
Monochromatic Colors of #D119BD
Black with #D119BD
Text Example
Text Example
White with #D119BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D119BD; }
p { color: rgb(209,25,189); }
H1.HeaderClassName
{
color: #D119BD;
}
.AnyTagClassName
{
color: #D119BD;
}
</style>
background-color css
<style>
a { background-color: #D119BD; }
a { background-color: rgb(209,25,189); }
div.DivClassName
{
background-color: #D119BD;
}
.BgClassName
{
background-color: #D119BD;
}
</style>
border-color css
<style>
span { border-color: #D119BD; }
span { border-color: rgb(209,25,189); }
td.TdClassName
{
border-color: #D119BD;
}
.TagClassName
{
border-color: #D119BD;
}
</style>