Shades of Medium Violet Red #DA0593
Tints of Medium Violet Red #DA0593
RGB
CMYK
RGB Variations
Color information
#DA0593 (or 0xDA0593) is known color: Medium Violet Red. HEX triplet: DA, 05 and 93. RGB value is (218,5,147). Sum of RGB (Red+Green+Blue) = 218+5+147=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0593 is #25FA6C. Grayscale: #545454. Windows color (decimal): -2488941 or 9635290. OLE color: 9635290.
HSL color Cylindrical-coordinate representation of color #DA0593: hue angle of 320º 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 #DA0593 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 147 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.15 |
| HSL | 320º | 0.96% | 0.44% | - |
| HSV(B) | 320º | 0.98% | 0.85% | - |
| XYZ | 34.23 | 17.12 | 29.1 | - |
| YUV | 84.88 | 163.07 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 147 | 0 | 0.98 | 0.33 | 0.15 | 320 | 0.96 | 0.44 |
| Hex | DA | 5 | 93 | 0 | 62 | 21 | F | 140 | 60 | 2C |
| Octal | 332 | 5 | 223 | 0 | 142 | 41 | 17 | 500 | 140 | 54 |
| Binary | 11011010 | 101 | 10010011 | 0 | 1100010 | 100001 | 1111 | 101000000 | 1100000 | 101100 |
Color Harmonies of #DA0593
Complementary color
Monochromatic Colors of #DA0593
Black with #DA0593
Text Example
Text Example
White with #DA0593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0593; }
p { color: rgb(218,5,147); }
H1.HeaderClassName
{
color: #DA0593;
}
.AnyTagClassName
{
color: #DA0593;
}
</style>
background-color css
<style>
a { background-color: #DA0593; }
a { background-color: rgb(218,5,147); }
div.DivClassName
{
background-color: #DA0593;
}
.BgClassName
{
background-color: #DA0593;
}
</style>
border-color css
<style>
span { border-color: #DA0593; }
span { border-color: rgb(218,5,147); }
td.TdClassName
{
border-color: #DA0593;
}
.TagClassName
{
border-color: #DA0593;
}
</style>