Shades of Medium Violet Red #DA0987
Tints of Medium Violet Red #DA0987
RGB
CMYK
RGB Variations
Color information
#DA0987 (or 0xDA0987) is known color: Medium Violet Red. HEX triplet: DA, 09 and 87. RGB value is (218,9,135). Sum of RGB (Red+Green+Blue) = 218+9+135=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0987 is #25F678. Grayscale: #555555. Windows color (decimal): -2487929 or 8849882. OLE color: 8849882.
HSL color Cylindrical-coordinate representation of color #DA0987: hue angle of 323.83º 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 #DA0987 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 135 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.15 |
| HSL | 323.83º | 0.92% | 0.45% | - |
| HSV(B) | 323.83º | 0.96% | 0.85% | - |
| XYZ | 33.38 | 16.85 | 24.41 | - |
| YUV | 85.86 | 155.74 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 135 | 0 | 0.96 | 0.38 | 0.15 | 323.83 | 0.92 | 0.45 |
| Hex | DA | 9 | 87 | 0 | 60 | 26 | F | 144 | 5C | 2D |
| Octal | 332 | 11 | 207 | 0 | 140 | 46 | 17 | 504 | 134 | 55 |
| Binary | 11011010 | 1001 | 10000111 | 0 | 1100000 | 100110 | 1111 | 101000100 | 1011100 | 101101 |
Color Harmonies of #DA0987
Complementary color
Monochromatic Colors of #DA0987
Black with #DA0987
Text Example
Text Example
White with #DA0987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0987; }
p { color: rgb(218,9,135); }
H1.HeaderClassName
{
color: #DA0987;
}
.AnyTagClassName
{
color: #DA0987;
}
</style>
background-color css
<style>
a { background-color: #DA0987; }
a { background-color: rgb(218,9,135); }
div.DivClassName
{
background-color: #DA0987;
}
.BgClassName
{
background-color: #DA0987;
}
</style>
border-color css
<style>
span { border-color: #DA0987; }
span { border-color: rgb(218,9,135); }
td.TdClassName
{
border-color: #DA0987;
}
.TagClassName
{
border-color: #DA0987;
}
</style>