Shades of Medium Violet Red #DD198F
Tints of Medium Violet Red #DD198F
RGB
CMYK
RGB Variations
Color information
#DD198F (or 0xDD198F) is known color: Medium Violet Red. HEX triplet: DD, 19 and 8F. RGB value is (221,25,143). Sum of RGB (Red+Green+Blue) = 221+25+143=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD198F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD198F is #22E670. Grayscale: #606060. Windows color (decimal): -2287217 or 9378269. OLE color: 9378269.
HSL color Cylindrical-coordinate representation of color #DD198F: hue angle of 323.88º 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 #DD198F is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 143 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.13 |
| HSL | 323.88º | 0.8% | 0.48% | - |
| HSV(B) | 323.88º | 0.89% | 0.87% | - |
| XYZ | 35.12 | 18.05 | 27.62 | - |
| YUV | 97.06 | 153.93 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 143 | 0 | 0.89 | 0.35 | 0.13 | 323.88 | 0.8 | 0.48 |
| Hex | DD | 19 | 8F | 0 | 59 | 23 | D | 144 | 50 | 30 |
| Octal | 335 | 31 | 217 | 0 | 131 | 43 | 15 | 504 | 120 | 60 |
| Binary | 11011101 | 11001 | 10001111 | 0 | 1011001 | 100011 | 1101 | 101000100 | 1010000 | 110000 |
Color Harmonies of #DD198F
Complementary color
Monochromatic Colors of #DD198F
Black with #DD198F
Text Example
Text Example
White with #DD198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD198F; }
p { color: rgb(221,25,143); }
H1.HeaderClassName
{
color: #DD198F;
}
.AnyTagClassName
{
color: #DD198F;
}
</style>
background-color css
<style>
a { background-color: #DD198F; }
a { background-color: rgb(221,25,143); }
div.DivClassName
{
background-color: #DD198F;
}
.BgClassName
{
background-color: #DD198F;
}
</style>
border-color css
<style>
span { border-color: #DD198F; }
span { border-color: rgb(221,25,143); }
td.TdClassName
{
border-color: #DD198F;
}
.TagClassName
{
border-color: #DD198F;
}
</style>