Shades of Medium Violet Red #DD199C
Tints of Medium Violet Red #DD199C
RGB
CMYK
RGB Variations
Color information
#DD199C (or 0xDD199C) is known color: Medium Violet Red. HEX triplet: DD, 19 and 9C. RGB value is (221,25,156). Sum of RGB (Red+Green+Blue) = 221+25+156=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD199C is #22E663. Grayscale: #626262. Windows color (decimal): -2287204 or 10230237. OLE color: 10230237.
HSL color Cylindrical-coordinate representation of color #DD199C: hue angle of 319.9º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD199C is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 156 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.13 |
| HSL | 319.9º | 0.8% | 0.48% | - |
| HSV(B) | 319.9º | 0.89% | 0.87% | - |
| XYZ | 36.17 | 18.47 | 33.11 | - |
| YUV | 98.54 | 160.43 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 156 | 0 | 0.89 | 0.29 | 0.13 | 319.9 | 0.8 | 0.48 |
| Hex | DD | 19 | 9C | 0 | 59 | 1D | D | 140 | 50 | 30 |
| Octal | 335 | 31 | 234 | 0 | 131 | 35 | 15 | 500 | 120 | 60 |
| Binary | 11011101 | 11001 | 10011100 | 0 | 1011001 | 11101 | 1101 | 101000000 | 1010000 | 110000 |
Color Harmonies of #DD199C
Complementary color
Monochromatic Colors of #DD199C
Black with #DD199C
Text Example
Text Example
White with #DD199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD199C; }
p { color: rgb(221,25,156); }
H1.HeaderClassName
{
color: #DD199C;
}
.AnyTagClassName
{
color: #DD199C;
}
</style>
background-color css
<style>
a { background-color: #DD199C; }
a { background-color: rgb(221,25,156); }
div.DivClassName
{
background-color: #DD199C;
}
.BgClassName
{
background-color: #DD199C;
}
</style>
border-color css
<style>
span { border-color: #DD199C; }
span { border-color: rgb(221,25,156); }
td.TdClassName
{
border-color: #DD199C;
}
.TagClassName
{
border-color: #DD199C;
}
</style>