Shades of Medium Violet Red #DA198A
Tints of Medium Violet Red #DA198A
RGB
CMYK
RGB Variations
Color information
#DA198A (or 0xDA198A) is known color: Medium Violet Red. HEX triplet: DA, 19 and 8A. RGB value is (218,25,138). Sum of RGB (Red+Green+Blue) = 218+25+138=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA198A is #25E675. Grayscale: #5F5F5F. Windows color (decimal): -2483830 or 9050586. OLE color: 9050586.
HSL color Cylindrical-coordinate representation of color #DA198A: hue angle of 324.87º 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 #DA198A is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 138 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.15 |
| HSL | 324.87º | 0.79% | 0.48% | - |
| HSV(B) | 324.87º | 0.89% | 0.85% | - |
| XYZ | 33.85 | 17.44 | 25.63 | - |
| YUV | 95.59 | 151.94 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 138 | 0 | 0.89 | 0.37 | 0.15 | 324.87 | 0.79 | 0.48 |
| Hex | DA | 19 | 8A | 0 | 59 | 25 | F | 145 | 4F | 30 |
| Octal | 332 | 31 | 212 | 0 | 131 | 45 | 17 | 505 | 117 | 60 |
| Binary | 11011010 | 11001 | 10001010 | 0 | 1011001 | 100101 | 1111 | 101000101 | 1001111 | 110000 |
Color Harmonies of #DA198A
Complementary color
Monochromatic Colors of #DA198A
Black with #DA198A
Text Example
Text Example
White with #DA198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA198A; }
p { color: rgb(218,25,138); }
H1.HeaderClassName
{
color: #DA198A;
}
.AnyTagClassName
{
color: #DA198A;
}
</style>
background-color css
<style>
a { background-color: #DA198A; }
a { background-color: rgb(218,25,138); }
div.DivClassName
{
background-color: #DA198A;
}
.BgClassName
{
background-color: #DA198A;
}
</style>
border-color css
<style>
span { border-color: #DA198A; }
span { border-color: rgb(218,25,138); }
td.TdClassName
{
border-color: #DA198A;
}
.TagClassName
{
border-color: #DA198A;
}
</style>