Shades of Medium Violet Red #DA1987
Tints of Medium Violet Red #DA1987
RGB
CMYK
RGB Variations
Color information
#DA1987 (or 0xDA1987) is known color: Medium Violet Red. HEX triplet: DA, 19 and 87. RGB value is (218,25,135). Sum of RGB (Red+Green+Blue) = 218+25+135=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1987 is #25E678. Grayscale: #5E5E5E. Windows color (decimal): -2483833 or 8853978. OLE color: 8853978.
HSL color Cylindrical-coordinate representation of color #DA1987: hue angle of 325.8º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1987 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 135 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.15 |
| HSL | 325.8º | 0.79% | 0.48% | - |
| HSV(B) | 325.8º | 0.89% | 0.85% | - |
| XYZ | 33.63 | 17.35 | 24.5 | - |
| YUV | 95.25 | 150.44 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 135 | 0 | 0.89 | 0.38 | 0.15 | 325.8 | 0.79 | 0.48 |
| Hex | DA | 19 | 87 | 0 | 59 | 26 | F | 146 | 4F | 30 |
| Octal | 332 | 31 | 207 | 0 | 131 | 46 | 17 | 506 | 117 | 60 |
| Binary | 11011010 | 11001 | 10000111 | 0 | 1011001 | 100110 | 1111 | 101000110 | 1001111 | 110000 |
Color Harmonies of #DA1987
Complementary color
Monochromatic Colors of #DA1987
Black with #DA1987
Text Example
Text Example
White with #DA1987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1987; }
p { color: rgb(218,25,135); }
H1.HeaderClassName
{
color: #DA1987;
}
.AnyTagClassName
{
color: #DA1987;
}
</style>
background-color css
<style>
a { background-color: #DA1987; }
a { background-color: rgb(218,25,135); }
div.DivClassName
{
background-color: #DA1987;
}
.BgClassName
{
background-color: #DA1987;
}
</style>
border-color css
<style>
span { border-color: #DA1987; }
span { border-color: rgb(218,25,135); }
td.TdClassName
{
border-color: #DA1987;
}
.TagClassName
{
border-color: #DA1987;
}
</style>