Shades of Medium Violet Red #DA0990
Tints of Medium Violet Red #DA0990
RGB
CMYK
RGB Variations
Color information
#DA0990 (or 0xDA0990) is known color: Medium Violet Red. HEX triplet: DA, 09 and 90. RGB value is (218,9,144). Sum of RGB (Red+Green+Blue) = 218+9+144=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0990 is #25F66F. Grayscale: #565656. Windows color (decimal): -2487920 or 9439706. OLE color: 9439706.
HSL color Cylindrical-coordinate representation of color #DA0990: hue angle of 321.24º 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 #DA0990 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 144 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.15 |
| HSL | 321.24º | 0.92% | 0.45% | - |
| HSV(B) | 321.24º | 0.96% | 0.85% | - |
| XYZ | 34.05 | 17.11 | 27.89 | - |
| YUV | 86.88 | 160.24 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 144 | 0 | 0.96 | 0.34 | 0.15 | 321.24 | 0.92 | 0.45 |
| Hex | DA | 9 | 90 | 0 | 60 | 22 | F | 141 | 5C | 2D |
| Octal | 332 | 11 | 220 | 0 | 140 | 42 | 17 | 501 | 134 | 55 |
| Binary | 11011010 | 1001 | 10010000 | 0 | 1100000 | 100010 | 1111 | 101000001 | 1011100 | 101101 |
Color Harmonies of #DA0990
Complementary color
Monochromatic Colors of #DA0990
Black with #DA0990
Text Example
Text Example
White with #DA0990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0990; }
p { color: rgb(218,9,144); }
H1.HeaderClassName
{
color: #DA0990;
}
.AnyTagClassName
{
color: #DA0990;
}
</style>
background-color css
<style>
a { background-color: #DA0990; }
a { background-color: rgb(218,9,144); }
div.DivClassName
{
background-color: #DA0990;
}
.BgClassName
{
background-color: #DA0990;
}
</style>
border-color css
<style>
span { border-color: #DA0990; }
span { border-color: rgb(218,9,144); }
td.TdClassName
{
border-color: #DA0990;
}
.TagClassName
{
border-color: #DA0990;
}
</style>