Shades of Medium Violet Red #DA199C
Tints of Medium Violet Red #DA199C
RGB
CMYK
RGB Variations
Color information
#DA199C (or 0xDA199C) is known color: Medium Violet Red. HEX triplet: DA, 19 and 9C. RGB value is (218,25,156). Sum of RGB (Red+Green+Blue) = 218+25+156=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA199C is #25E663. Grayscale: #616161. Windows color (decimal): -2483812 or 10230234. OLE color: 10230234.
HSL color Cylindrical-coordinate representation of color #DA199C: hue angle of 319.27º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA199C is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 156 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.15 |
| HSL | 319.27º | 0.79% | 0.48% | - |
| HSV(B) | 319.27º | 0.89% | 0.85% | - |
| XYZ | 35.26 | 18 | 33.07 | - |
| YUV | 97.64 | 160.94 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 156 | 0 | 0.89 | 0.28 | 0.15 | 319.27 | 0.79 | 0.48 |
| Hex | DA | 19 | 9C | 0 | 59 | 1C | F | 13F | 4F | 30 |
| Octal | 332 | 31 | 234 | 0 | 131 | 34 | 17 | 477 | 117 | 60 |
| Binary | 11011010 | 11001 | 10011100 | 0 | 1011001 | 11100 | 1111 | 100111111 | 1001111 | 110000 |
Color Harmonies of #DA199C
Complementary color
Monochromatic Colors of #DA199C
Black with #DA199C
Text Example
Text Example
White with #DA199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA199C; }
p { color: rgb(218,25,156); }
H1.HeaderClassName
{
color: #DA199C;
}
.AnyTagClassName
{
color: #DA199C;
}
</style>
background-color css
<style>
a { background-color: #DA199C; }
a { background-color: rgb(218,25,156); }
div.DivClassName
{
background-color: #DA199C;
}
.BgClassName
{
background-color: #DA199C;
}
</style>
border-color css
<style>
span { border-color: #DA199C; }
span { border-color: rgb(218,25,156); }
td.TdClassName
{
border-color: #DA199C;
}
.TagClassName
{
border-color: #DA199C;
}
</style>