Shades of Medium Violet Red #DA0F80
Tints of Medium Violet Red #DA0F80
RGB
CMYK
RGB Variations
Color information
#DA0F80 (or 0xDA0F80) is known color: Medium Violet Red. HEX triplet: DA, 0F and 80. RGB value is (218,15,128). Sum of RGB (Red+Green+Blue) = 218+15+128=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0F80 is #25F07F. Grayscale: #585858. Windows color (decimal): -2486400 or 8392666. OLE color: 8392666.
HSL color Cylindrical-coordinate representation of color #DA0F80: hue angle of 326.6º 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 #DA0F80 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 128 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.15 |
| HSL | 326.6º | 0.87% | 0.46% | - |
| HSV(B) | 326.6º | 0.93% | 0.85% | - |
| XYZ | 32.98 | 16.81 | 21.93 | - |
| YUV | 88.58 | 150.25 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 128 | 0 | 0.93 | 0.41 | 0.15 | 326.6 | 0.87 | 0.46 |
| Hex | DA | F | 80 | 0 | 5D | 29 | F | 147 | 57 | 2E |
| Octal | 332 | 17 | 200 | 0 | 135 | 51 | 17 | 507 | 127 | 56 |
| Binary | 11011010 | 1111 | 10000000 | 0 | 1011101 | 101001 | 1111 | 101000111 | 1010111 | 101110 |
Color Harmonies of #DA0F80
Complementary color
Monochromatic Colors of #DA0F80
Black with #DA0F80
Text Example
Text Example
White with #DA0F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0F80; }
p { color: rgb(218,15,128); }
H1.HeaderClassName
{
color: #DA0F80;
}
.AnyTagClassName
{
color: #DA0F80;
}
</style>
background-color css
<style>
a { background-color: #DA0F80; }
a { background-color: rgb(218,15,128); }
div.DivClassName
{
background-color: #DA0F80;
}
.BgClassName
{
background-color: #DA0F80;
}
</style>
border-color css
<style>
span { border-color: #DA0F80; }
span { border-color: rgb(218,15,128); }
td.TdClassName
{
border-color: #DA0F80;
}
.TagClassName
{
border-color: #DA0F80;
}
</style>