Shades of Deep Magenta #D119C1
Tints of Deep Magenta #D119C1
RGB
CMYK
RGB Variations
Color information
#D119C1 (or 0xD119C1) is known color: Deep Magenta. HEX triplet: D1, 19 and C1. RGB value is (209,25,193). Sum of RGB (Red+Green+Blue) = 209+25+193=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D119C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D119C1 is #2EE63E. Grayscale: #626262. Windows color (decimal): -3073599 or 12655057. OLE color: 12655057.
HSL color Cylindrical-coordinate representation of color #D119C1: hue angle of 305.22º 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 #D119C1 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 193 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.18 |
| HSL | 305.22º | 0.79% | 0.46% | - |
| HSV(B) | 305.22º | 0.88% | 0.82% | - |
| XYZ | 36.27 | 18.1 | 52.03 | - |
| YUV | 99.17 | 180.96 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 193 | 0 | 0.88 | 0.08 | 0.18 | 305.22 | 0.79 | 0.46 |
| Hex | D1 | 19 | C1 | 0 | 58 | 8 | 12 | 131 | 4F | 2E |
| Octal | 321 | 31 | 301 | 0 | 130 | 10 | 22 | 461 | 117 | 56 |
| Binary | 11010001 | 11001 | 11000001 | 0 | 1011000 | 1000 | 10010 | 100110001 | 1001111 | 101110 |
Color Harmonies of #D119C1
Complementary color
Monochromatic Colors of #D119C1
Black with #D119C1
Text Example
Text Example
White with #D119C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D119C1; }
p { color: rgb(209,25,193); }
H1.HeaderClassName
{
color: #D119C1;
}
.AnyTagClassName
{
color: #D119C1;
}
</style>
background-color css
<style>
a { background-color: #D119C1; }
a { background-color: rgb(209,25,193); }
div.DivClassName
{
background-color: #D119C1;
}
.BgClassName
{
background-color: #D119C1;
}
</style>
border-color css
<style>
span { border-color: #D119C1; }
span { border-color: rgb(209,25,193); }
td.TdClassName
{
border-color: #D119C1;
}
.TagClassName
{
border-color: #D119C1;
}
</style>