Shades of Medium Violet Red #DA1994
Tints of Medium Violet Red #DA1994
RGB
CMYK
RGB Variations
Color information
#DA1994 (or 0xDA1994) is known color: Medium Violet Red. HEX triplet: DA, 19 and 94. RGB value is (218,25,148). Sum of RGB (Red+Green+Blue) = 218+25+148=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1994 is #25E66B. Grayscale: #606060. Windows color (decimal): -2483820 or 9705946. OLE color: 9705946.
HSL color Cylindrical-coordinate representation of color #DA1994: hue angle of 321.76º 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 #DA1994 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 148 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.15 |
| HSL | 321.76º | 0.79% | 0.48% | - |
| HSV(B) | 321.76º | 0.89% | 0.85% | - |
| XYZ | 34.61 | 17.74 | 29.62 | - |
| YUV | 96.73 | 156.94 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 148 | 0 | 0.89 | 0.32 | 0.15 | 321.76 | 0.79 | 0.48 |
| Hex | DA | 19 | 94 | 0 | 59 | 20 | F | 142 | 4F | 30 |
| Octal | 332 | 31 | 224 | 0 | 131 | 40 | 17 | 502 | 117 | 60 |
| Binary | 11011010 | 11001 | 10010100 | 0 | 1011001 | 100000 | 1111 | 101000010 | 1001111 | 110000 |
Color Harmonies of #DA1994
Complementary color
Monochromatic Colors of #DA1994
Black with #DA1994
Text Example
Text Example
White with #DA1994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1994; }
p { color: rgb(218,25,148); }
H1.HeaderClassName
{
color: #DA1994;
}
.AnyTagClassName
{
color: #DA1994;
}
</style>
background-color css
<style>
a { background-color: #DA1994; }
a { background-color: rgb(218,25,148); }
div.DivClassName
{
background-color: #DA1994;
}
.BgClassName
{
background-color: #DA1994;
}
</style>
border-color css
<style>
span { border-color: #DA1994; }
span { border-color: rgb(218,25,148); }
td.TdClassName
{
border-color: #DA1994;
}
.TagClassName
{
border-color: #DA1994;
}
</style>