Shades of Medium Violet Red #DA199A
Tints of Medium Violet Red #DA199A
RGB
CMYK
RGB Variations
Color information
#DA199A (or 0xDA199A) is known color: Medium Violet Red. HEX triplet: DA, 19 and 9A. RGB value is (218,25,154). Sum of RGB (Red+Green+Blue) = 218+25+154=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA199A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA199A is #25E665. Grayscale: #616161. Windows color (decimal): -2483814 or 10099162. OLE color: 10099162.
HSL color Cylindrical-coordinate representation of color #DA199A: hue angle of 319.9º 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 #DA199A is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 154 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.15 |
| HSL | 319.9º | 0.79% | 0.48% | - |
| HSV(B) | 319.9º | 0.89% | 0.85% | - |
| XYZ | 35.09 | 17.93 | 32.18 | - |
| YUV | 97.41 | 159.94 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 154 | 0 | 0.89 | 0.29 | 0.15 | 319.9 | 0.79 | 0.48 |
| Hex | DA | 19 | 9A | 0 | 59 | 1D | F | 140 | 4F | 30 |
| Octal | 332 | 31 | 232 | 0 | 131 | 35 | 17 | 500 | 117 | 60 |
| Binary | 11011010 | 11001 | 10011010 | 0 | 1011001 | 11101 | 1111 | 101000000 | 1001111 | 110000 |
Color Harmonies of #DA199A
Complementary color
Monochromatic Colors of #DA199A
Black with #DA199A
Text Example
Text Example
White with #DA199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA199A; }
p { color: rgb(218,25,154); }
H1.HeaderClassName
{
color: #DA199A;
}
.AnyTagClassName
{
color: #DA199A;
}
</style>
background-color css
<style>
a { background-color: #DA199A; }
a { background-color: rgb(218,25,154); }
div.DivClassName
{
background-color: #DA199A;
}
.BgClassName
{
background-color: #DA199A;
}
</style>
border-color css
<style>
span { border-color: #DA199A; }
span { border-color: rgb(218,25,154); }
td.TdClassName
{
border-color: #DA199A;
}
.TagClassName
{
border-color: #DA199A;
}
</style>