Shades of Medium Violet Red #DA0980
Tints of Medium Violet Red #DA0980
RGB
CMYK
RGB Variations
Color information
#DA0980 (or 0xDA0980) is known color: Medium Violet Red. HEX triplet: DA, 09 and 80. RGB value is (218,9,128). Sum of RGB (Red+Green+Blue) = 218+9+128=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0980 is #25F67F. Grayscale: #545454. Windows color (decimal): -2487936 or 8391130. OLE color: 8391130.
HSL color Cylindrical-coordinate representation of color #DA0980: hue angle of 325.84º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0980 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 128 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.15 |
| HSL | 325.84º | 0.92% | 0.45% | - |
| HSV(B) | 325.84º | 0.96% | 0.85% | - |
| XYZ | 32.91 | 16.66 | 21.9 | - |
| YUV | 85.06 | 152.24 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 128 | 0 | 0.96 | 0.41 | 0.15 | 325.84 | 0.92 | 0.45 |
| Hex | DA | 9 | 80 | 0 | 60 | 29 | F | 146 | 5C | 2D |
| Octal | 332 | 11 | 200 | 0 | 140 | 51 | 17 | 506 | 134 | 55 |
| Binary | 11011010 | 1001 | 10000000 | 0 | 1100000 | 101001 | 1111 | 101000110 | 1011100 | 101101 |
Color Harmonies of #DA0980
Complementary color
Monochromatic Colors of #DA0980
Black with #DA0980
Text Example
Text Example
White with #DA0980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0980; }
p { color: rgb(218,9,128); }
H1.HeaderClassName
{
color: #DA0980;
}
.AnyTagClassName
{
color: #DA0980;
}
</style>
background-color css
<style>
a { background-color: #DA0980; }
a { background-color: rgb(218,9,128); }
div.DivClassName
{
background-color: #DA0980;
}
.BgClassName
{
background-color: #DA0980;
}
</style>
border-color css
<style>
span { border-color: #DA0980; }
span { border-color: rgb(218,9,128); }
td.TdClassName
{
border-color: #DA0980;
}
.TagClassName
{
border-color: #DA0980;
}
</style>