Shades of Medium Violet Red #DA0584
Tints of Medium Violet Red #DA0584
RGB
CMYK
RGB Variations
Color information
#DA0584 (or 0xDA0584) is known color: Medium Violet Red. HEX triplet: DA, 05 and 84. RGB value is (218,5,132). Sum of RGB (Red+Green+Blue) = 218+5+132=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0584 is #25FA7B. Grayscale: #525252. Windows color (decimal): -2488956 or 8652250. OLE color: 8652250.
HSL color Cylindrical-coordinate representation of color #DA0584: hue angle of 324.23º 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 #DA0584 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 132 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.15 |
| HSL | 324.23º | 0.96% | 0.44% | - |
| HSV(B) | 324.23º | 0.98% | 0.85% | - |
| XYZ | 33.13 | 16.68 | 23.3 | - |
| YUV | 83.17 | 155.57 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 132 | 0 | 0.98 | 0.39 | 0.15 | 324.23 | 0.96 | 0.44 |
| Hex | DA | 5 | 84 | 0 | 62 | 27 | F | 144 | 60 | 2C |
| Octal | 332 | 5 | 204 | 0 | 142 | 47 | 17 | 504 | 140 | 54 |
| Binary | 11011010 | 101 | 10000100 | 0 | 1100010 | 100111 | 1111 | 101000100 | 1100000 | 101100 |
Color Harmonies of #DA0584
Complementary color
Monochromatic Colors of #DA0584
Black with #DA0584
Text Example
Text Example
White with #DA0584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0584; }
p { color: rgb(218,5,132); }
H1.HeaderClassName
{
color: #DA0584;
}
.AnyTagClassName
{
color: #DA0584;
}
</style>
background-color css
<style>
a { background-color: #DA0584; }
a { background-color: rgb(218,5,132); }
div.DivClassName
{
background-color: #DA0584;
}
.BgClassName
{
background-color: #DA0584;
}
</style>
border-color css
<style>
span { border-color: #DA0584; }
span { border-color: rgb(218,5,132); }
td.TdClassName
{
border-color: #DA0584;
}
.TagClassName
{
border-color: #DA0584;
}
</style>