Shades of Medium Violet Red #DA0F94
Tints of Medium Violet Red #DA0F94
RGB
CMYK
RGB Variations
Color information
#DA0F94 (or 0xDA0F94) is known color: Medium Violet Red. HEX triplet: DA, 0F and 94. RGB value is (218,15,148). Sum of RGB (Red+Green+Blue) = 218+15+148=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0F94 is #25F06B. Grayscale: #5A5A5A. Windows color (decimal): -2486380 or 9703386. OLE color: 9703386.
HSL color Cylindrical-coordinate representation of color #DA0F94: hue angle of 320.69º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0F94 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 148 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.15 |
| HSL | 320.69º | 0.87% | 0.46% | - |
| HSV(B) | 320.69º | 0.93% | 0.85% | - |
| XYZ | 34.43 | 17.39 | 29.56 | - |
| YUV | 90.86 | 160.25 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 148 | 0 | 0.93 | 0.32 | 0.15 | 320.69 | 0.87 | 0.46 |
| Hex | DA | F | 94 | 0 | 5D | 20 | F | 141 | 57 | 2E |
| Octal | 332 | 17 | 224 | 0 | 135 | 40 | 17 | 501 | 127 | 56 |
| Binary | 11011010 | 1111 | 10010100 | 0 | 1011101 | 100000 | 1111 | 101000001 | 1010111 | 101110 |
Color Harmonies of #DA0F94
Complementary color
Monochromatic Colors of #DA0F94
Black with #DA0F94
Text Example
Text Example
White with #DA0F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0F94; }
p { color: rgb(218,15,148); }
H1.HeaderClassName
{
color: #DA0F94;
}
.AnyTagClassName
{
color: #DA0F94;
}
</style>
background-color css
<style>
a { background-color: #DA0F94; }
a { background-color: rgb(218,15,148); }
div.DivClassName
{
background-color: #DA0F94;
}
.BgClassName
{
background-color: #DA0F94;
}
</style>
border-color css
<style>
span { border-color: #DA0F94; }
span { border-color: rgb(218,15,148); }
td.TdClassName
{
border-color: #DA0F94;
}
.TagClassName
{
border-color: #DA0F94;
}
</style>