Shades of Deep Magenta #D119C7
Tints of Deep Magenta #D119C7
RGB
CMYK
RGB Variations
Color information
#D119C7 (or 0xD119C7) is known color: Deep Magenta. HEX triplet: D1, 19 and C7. RGB value is (209,25,199). Sum of RGB (Red+Green+Blue) = 209+25+199=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D119C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D119C7 is #2EE638. Grayscale: #636363. Windows color (decimal): -3073593 or 13048273. OLE color: 13048273.
HSL color Cylindrical-coordinate representation of color #D119C7: hue angle of 303.26º 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 #D119C7 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 199 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.18 |
| HSL | 303.26º | 0.79% | 0.46% | - |
| HSV(B) | 303.26º | 0.88% | 0.82% | - |
| XYZ | 36.95 | 18.37 | 55.63 | - |
| YUV | 99.85 | 183.96 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 199 | 0 | 0.88 | 0.05 | 0.18 | 303.26 | 0.79 | 0.46 |
| Hex | D1 | 19 | C7 | 0 | 58 | 5 | 12 | 12F | 4F | 2E |
| Octal | 321 | 31 | 307 | 0 | 130 | 5 | 22 | 457 | 117 | 56 |
| Binary | 11010001 | 11001 | 11000111 | 0 | 1011000 | 101 | 10010 | 100101111 | 1001111 | 101110 |
Color Harmonies of #D119C7
Complementary color
Monochromatic Colors of #D119C7
Black with #D119C7
Text Example
Text Example
White with #D119C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D119C7; }
p { color: rgb(209,25,199); }
H1.HeaderClassName
{
color: #D119C7;
}
.AnyTagClassName
{
color: #D119C7;
}
</style>
background-color css
<style>
a { background-color: #D119C7; }
a { background-color: rgb(209,25,199); }
div.DivClassName
{
background-color: #D119C7;
}
.BgClassName
{
background-color: #D119C7;
}
</style>
border-color css
<style>
span { border-color: #D119C7; }
span { border-color: rgb(209,25,199); }
td.TdClassName
{
border-color: #D119C7;
}
.TagClassName
{
border-color: #D119C7;
}
</style>