Shades of Medium Violet Red #DA197D
Tints of Medium Violet Red #DA197D
RGB
CMYK
RGB Variations
Color information
#DA197D (or 0xDA197D) is known color: Medium Violet Red. HEX triplet: DA, 19 and 7D. RGB value is (218,25,125). Sum of RGB (Red+Green+Blue) = 218+25+125=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA197D is #25E682. Grayscale: #5D5D5D. Windows color (decimal): -2483843 or 8198618. OLE color: 8198618.
HSL color Cylindrical-coordinate representation of color #DA197D: hue angle of 328.91º 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 #DA197D is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 125 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.15 |
| HSL | 328.91º | 0.79% | 0.48% | - |
| HSV(B) | 328.91º | 0.89% | 0.85% | - |
| XYZ | 32.96 | 17.08 | 20.96 | - |
| YUV | 94.11 | 145.44 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 125 | 0 | 0.89 | 0.43 | 0.15 | 328.91 | 0.79 | 0.48 |
| Hex | DA | 19 | 7D | 0 | 59 | 2B | F | 149 | 4F | 30 |
| Octal | 332 | 31 | 175 | 0 | 131 | 53 | 17 | 511 | 117 | 60 |
| Binary | 11011010 | 11001 | 1111101 | 0 | 1011001 | 101011 | 1111 | 101001001 | 1001111 | 110000 |
Color Harmonies of #DA197D
Complementary color
Monochromatic Colors of #DA197D
Black with #DA197D
Text Example
Text Example
White with #DA197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA197D; }
p { color: rgb(218,25,125); }
H1.HeaderClassName
{
color: #DA197D;
}
.AnyTagClassName
{
color: #DA197D;
}
</style>
background-color css
<style>
a { background-color: #DA197D; }
a { background-color: rgb(218,25,125); }
div.DivClassName
{
background-color: #DA197D;
}
.BgClassName
{
background-color: #DA197D;
}
</style>
border-color css
<style>
span { border-color: #DA197D; }
span { border-color: rgb(218,25,125); }
td.TdClassName
{
border-color: #DA197D;
}
.TagClassName
{
border-color: #DA197D;
}
</style>