Shades of Medium Violet Red #DA0487
Tints of Medium Violet Red #DA0487
RGB
CMYK
RGB Variations
Color information
#DA0487 (or 0xDA0487) is known color: Medium Violet Red. HEX triplet: DA, 04 and 87. RGB value is (218,4,135). Sum of RGB (Red+Green+Blue) = 218+4+135=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0487 is #25FB78. Grayscale: #525252. Windows color (decimal): -2489209 or 8848602. OLE color: 8848602.
HSL color Cylindrical-coordinate representation of color #DA0487: hue angle of 323.27º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0487 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 135 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.15 |
| HSL | 323.27º | 0.96% | 0.44% | - |
| HSV(B) | 323.27º | 0.98% | 0.85% | - |
| XYZ | 33.33 | 16.74 | 24.4 | - |
| YUV | 82.92 | 157.4 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 135 | 0 | 0.98 | 0.38 | 0.15 | 323.27 | 0.96 | 0.44 |
| Hex | DA | 4 | 87 | 0 | 62 | 26 | F | 143 | 60 | 2C |
| Octal | 332 | 4 | 207 | 0 | 142 | 46 | 17 | 503 | 140 | 54 |
| Binary | 11011010 | 100 | 10000111 | 0 | 1100010 | 100110 | 1111 | 101000011 | 1100000 | 101100 |
Color Harmonies of #DA0487
Complementary color
Monochromatic Colors of #DA0487
Black with #DA0487
Text Example
Text Example
White with #DA0487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0487; }
p { color: rgb(218,4,135); }
H1.HeaderClassName
{
color: #DA0487;
}
.AnyTagClassName
{
color: #DA0487;
}
</style>
background-color css
<style>
a { background-color: #DA0487; }
a { background-color: rgb(218,4,135); }
div.DivClassName
{
background-color: #DA0487;
}
.BgClassName
{
background-color: #DA0487;
}
</style>
border-color css
<style>
span { border-color: #DA0487; }
span { border-color: rgb(218,4,135); }
td.TdClassName
{
border-color: #DA0487;
}
.TagClassName
{
border-color: #DA0487;
}
</style>