Shades of Medium Violet Red #DA199D
Tints of Medium Violet Red #DA199D
RGB
CMYK
RGB Variations
Color information
#DA199D (or 0xDA199D) is known color: Medium Violet Red. HEX triplet: DA, 19 and 9D. RGB value is (218,25,157). Sum of RGB (Red+Green+Blue) = 218+25+157=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA199D is #25E662. Grayscale: #616161. Windows color (decimal): -2483811 or 10295770. OLE color: 10295770.
HSL color Cylindrical-coordinate representation of color #DA199D: hue angle of 318.96º 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 #DA199D is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 157 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.15 |
| HSL | 318.96º | 0.79% | 0.48% | - |
| HSV(B) | 318.96º | 0.89% | 0.85% | - |
| XYZ | 35.35 | 18.04 | 33.52 | - |
| YUV | 97.76 | 161.44 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 157 | 0 | 0.89 | 0.28 | 0.15 | 318.96 | 0.79 | 0.48 |
| Hex | DA | 19 | 9D | 0 | 59 | 1C | F | 13F | 4F | 30 |
| Octal | 332 | 31 | 235 | 0 | 131 | 34 | 17 | 477 | 117 | 60 |
| Binary | 11011010 | 11001 | 10011101 | 0 | 1011001 | 11100 | 1111 | 100111111 | 1001111 | 110000 |
Color Harmonies of #DA199D
Complementary color
Monochromatic Colors of #DA199D
Black with #DA199D
Text Example
Text Example
White with #DA199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA199D; }
p { color: rgb(218,25,157); }
H1.HeaderClassName
{
color: #DA199D;
}
.AnyTagClassName
{
color: #DA199D;
}
</style>
background-color css
<style>
a { background-color: #DA199D; }
a { background-color: rgb(218,25,157); }
div.DivClassName
{
background-color: #DA199D;
}
.BgClassName
{
background-color: #DA199D;
}
</style>
border-color css
<style>
span { border-color: #DA199D; }
span { border-color: rgb(218,25,157); }
td.TdClassName
{
border-color: #DA199D;
}
.TagClassName
{
border-color: #DA199D;
}
</style>