Shades of Medium Violet Red #DA198E
Tints of Medium Violet Red #DA198E
RGB
CMYK
RGB Variations
Color information
#DA198E (or 0xDA198E) is known color: Medium Violet Red. HEX triplet: DA, 19 and 8E. RGB value is (218,25,142). Sum of RGB (Red+Green+Blue) = 218+25+142=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA198E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA198E is #25E671. Grayscale: #5F5F5F. Windows color (decimal): -2483826 or 9312730. OLE color: 9312730.
HSL color Cylindrical-coordinate representation of color #DA198E: hue angle of 323.63º 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 #DA198E is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 142 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.15 |
| HSL | 323.63º | 0.79% | 0.48% | - |
| HSV(B) | 323.63º | 0.89% | 0.85% | - |
| XYZ | 34.14 | 17.55 | 27.18 | - |
| YUV | 96.05 | 153.94 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 142 | 0 | 0.89 | 0.35 | 0.15 | 323.63 | 0.79 | 0.48 |
| Hex | DA | 19 | 8E | 0 | 59 | 23 | F | 144 | 4F | 30 |
| Octal | 332 | 31 | 216 | 0 | 131 | 43 | 17 | 504 | 117 | 60 |
| Binary | 11011010 | 11001 | 10001110 | 0 | 1011001 | 100011 | 1111 | 101000100 | 1001111 | 110000 |
Color Harmonies of #DA198E
Complementary color
Monochromatic Colors of #DA198E
Black with #DA198E
Text Example
Text Example
White with #DA198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA198E; }
p { color: rgb(218,25,142); }
H1.HeaderClassName
{
color: #DA198E;
}
.AnyTagClassName
{
color: #DA198E;
}
</style>
background-color css
<style>
a { background-color: #DA198E; }
a { background-color: rgb(218,25,142); }
div.DivClassName
{
background-color: #DA198E;
}
.BgClassName
{
background-color: #DA198E;
}
</style>
border-color css
<style>
span { border-color: #DA198E; }
span { border-color: rgb(218,25,142); }
td.TdClassName
{
border-color: #DA198E;
}
.TagClassName
{
border-color: #DA198E;
}
</style>