Shades of Medium Violet Red #DD199D
Tints of Medium Violet Red #DD199D
RGB
CMYK
RGB Variations
Color information
#DD199D (or 0xDD199D) is known color: Medium Violet Red. HEX triplet: DD, 19 and 9D. RGB value is (221,25,157). Sum of RGB (Red+Green+Blue) = 221+25+157=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD199D is #22E662. Grayscale: #626262. Windows color (decimal): -2287203 or 10295773. OLE color: 10295773.
HSL color Cylindrical-coordinate representation of color #DD199D: hue angle of 319.59º 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 #DD199D is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 157 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.13 |
| HSL | 319.59º | 0.8% | 0.48% | - |
| HSV(B) | 319.59º | 0.89% | 0.87% | - |
| XYZ | 36.25 | 18.5 | 33.56 | - |
| YUV | 98.65 | 160.93 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 157 | 0 | 0.89 | 0.29 | 0.13 | 319.59 | 0.8 | 0.48 |
| Hex | DD | 19 | 9D | 0 | 59 | 1D | D | 140 | 50 | 30 |
| Octal | 335 | 31 | 235 | 0 | 131 | 35 | 15 | 500 | 120 | 60 |
| Binary | 11011101 | 11001 | 10011101 | 0 | 1011001 | 11101 | 1101 | 101000000 | 1010000 | 110000 |
Color Harmonies of #DD199D
Complementary color
Monochromatic Colors of #DD199D
Black with #DD199D
Text Example
Text Example
White with #DD199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD199D; }
p { color: rgb(221,25,157); }
H1.HeaderClassName
{
color: #DD199D;
}
.AnyTagClassName
{
color: #DD199D;
}
</style>
background-color css
<style>
a { background-color: #DD199D; }
a { background-color: rgb(221,25,157); }
div.DivClassName
{
background-color: #DD199D;
}
.BgClassName
{
background-color: #DD199D;
}
</style>
border-color css
<style>
span { border-color: #DD199D; }
span { border-color: rgb(221,25,157); }
td.TdClassName
{
border-color: #DD199D;
}
.TagClassName
{
border-color: #DD199D;
}
</style>