Shades of Medium Violet Red #DA199B
Tints of Medium Violet Red #DA199B
RGB
CMYK
RGB Variations
Color information
#DA199B (or 0xDA199B) is known color: Medium Violet Red. HEX triplet: DA, 19 and 9B. RGB value is (218,25,155). Sum of RGB (Red+Green+Blue) = 218+25+155=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA199B is #25E664. Grayscale: #616161. Windows color (decimal): -2483813 or 10164698. OLE color: 10164698.
HSL color Cylindrical-coordinate representation of color #DA199B: hue angle of 319.59º 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 #DA199B is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 155 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.15 |
| HSL | 319.59º | 0.79% | 0.48% | - |
| HSV(B) | 319.59º | 0.89% | 0.85% | - |
| XYZ | 35.18 | 17.97 | 32.62 | - |
| YUV | 97.53 | 160.44 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 155 | 0 | 0.89 | 0.29 | 0.15 | 319.59 | 0.79 | 0.48 |
| Hex | DA | 19 | 9B | 0 | 59 | 1D | F | 140 | 4F | 30 |
| Octal | 332 | 31 | 233 | 0 | 131 | 35 | 17 | 500 | 117 | 60 |
| Binary | 11011010 | 11001 | 10011011 | 0 | 1011001 | 11101 | 1111 | 101000000 | 1001111 | 110000 |
Color Harmonies of #DA199B
Complementary color
Monochromatic Colors of #DA199B
Black with #DA199B
Text Example
Text Example
White with #DA199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA199B; }
p { color: rgb(218,25,155); }
H1.HeaderClassName
{
color: #DA199B;
}
.AnyTagClassName
{
color: #DA199B;
}
</style>
background-color css
<style>
a { background-color: #DA199B; }
a { background-color: rgb(218,25,155); }
div.DivClassName
{
background-color: #DA199B;
}
.BgClassName
{
background-color: #DA199B;
}
</style>
border-color css
<style>
span { border-color: #DA199B; }
span { border-color: rgb(218,25,155); }
td.TdClassName
{
border-color: #DA199B;
}
.TagClassName
{
border-color: #DA199B;
}
</style>