Shades of Deep Magenta #D119CF
Tints of Deep Magenta #D119CF
RGB
CMYK
RGB Variations
Color information
#D119CF (or 0xD119CF) is known color: Deep Magenta. HEX triplet: D1, 19 and CF. RGB value is (209,25,207). Sum of RGB (Red+Green+Blue) = 209+25+207=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D119CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D119CF is #2EE630. Grayscale: #646464. Windows color (decimal): -3073585 or 13572561. OLE color: 13572561.
HSL color Cylindrical-coordinate representation of color #D119CF: hue angle of 300.65º 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 #D119CF is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 207 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.18 |
| HSL | 300.65º | 0.79% | 0.46% | - |
| HSV(B) | 300.65º | 0.88% | 0.82% | - |
| XYZ | 37.9 | 18.76 | 60.65 | - |
| YUV | 100.76 | 187.96 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 207 | 0 | 0.88 | 0.01 | 0.18 | 300.65 | 0.79 | 0.46 |
| Hex | D1 | 19 | CF | 0 | 58 | 1 | 12 | 12D | 4F | 2E |
| Octal | 321 | 31 | 317 | 0 | 130 | 1 | 22 | 455 | 117 | 56 |
| Binary | 11010001 | 11001 | 11001111 | 0 | 1011000 | 1 | 10010 | 100101101 | 1001111 | 101110 |
Color Harmonies of #D119CF
Complementary color
Monochromatic Colors of #D119CF
Black with #D119CF
Text Example
Text Example
White with #D119CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D119CF; }
p { color: rgb(209,25,207); }
H1.HeaderClassName
{
color: #D119CF;
}
.AnyTagClassName
{
color: #D119CF;
}
</style>
background-color css
<style>
a { background-color: #D119CF; }
a { background-color: rgb(209,25,207); }
div.DivClassName
{
background-color: #D119CF;
}
.BgClassName
{
background-color: #D119CF;
}
</style>
border-color css
<style>
span { border-color: #D119CF; }
span { border-color: rgb(209,25,207); }
td.TdClassName
{
border-color: #D119CF;
}
.TagClassName
{
border-color: #D119CF;
}
</style>