Shades of Medium Violet Red #DA0981
Tints of Medium Violet Red #DA0981
RGB
CMYK
RGB Variations
Color information
#DA0981 (or 0xDA0981) is known color: Medium Violet Red. HEX triplet: DA, 09 and 81. RGB value is (218,9,129). Sum of RGB (Red+Green+Blue) = 218+9+129=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0981 is #25F67E. Grayscale: #545454. Windows color (decimal): -2487935 or 8456666. OLE color: 8456666.
HSL color Cylindrical-coordinate representation of color #DA0981: hue angle of 325.55º 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 #DA0981 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 129 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.15 |
| HSL | 325.55º | 0.92% | 0.45% | - |
| HSV(B) | 325.55º | 0.96% | 0.85% | - |
| XYZ | 32.97 | 16.69 | 22.25 | - |
| YUV | 85.17 | 152.74 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 129 | 0 | 0.96 | 0.41 | 0.15 | 325.55 | 0.92 | 0.45 |
| Hex | DA | 9 | 81 | 0 | 60 | 29 | F | 146 | 5C | 2D |
| Octal | 332 | 11 | 201 | 0 | 140 | 51 | 17 | 506 | 134 | 55 |
| Binary | 11011010 | 1001 | 10000001 | 0 | 1100000 | 101001 | 1111 | 101000110 | 1011100 | 101101 |
Color Harmonies of #DA0981
Complementary color
Monochromatic Colors of #DA0981
Black with #DA0981
Text Example
Text Example
White with #DA0981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0981; }
p { color: rgb(218,9,129); }
H1.HeaderClassName
{
color: #DA0981;
}
.AnyTagClassName
{
color: #DA0981;
}
</style>
background-color css
<style>
a { background-color: #DA0981; }
a { background-color: rgb(218,9,129); }
div.DivClassName
{
background-color: #DA0981;
}
.BgClassName
{
background-color: #DA0981;
}
</style>
border-color css
<style>
span { border-color: #DA0981; }
span { border-color: rgb(218,9,129); }
td.TdClassName
{
border-color: #DA0981;
}
.TagClassName
{
border-color: #DA0981;
}
</style>