Shades of Medium Violet Red #DA0493
Tints of Medium Violet Red #DA0493
RGB
CMYK
RGB Variations
Color information
#DA0493 (or 0xDA0493) is known color: Medium Violet Red. HEX triplet: DA, 04 and 93. RGB value is (218,4,147). Sum of RGB (Red+Green+Blue) = 218+4+147=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0493 is #25FB6C. Grayscale: #535353. Windows color (decimal): -2489197 or 9635034. OLE color: 9635034.
HSL color Cylindrical-coordinate representation of color #DA0493: hue angle of 319.91º 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 #DA0493 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 147 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.15 |
| HSL | 319.91º | 0.96% | 0.44% | - |
| HSV(B) | 319.91º | 0.98% | 0.85% | - |
| XYZ | 34.22 | 17.1 | 29.1 | - |
| YUV | 84.29 | 163.4 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 147 | 0 | 0.98 | 0.33 | 0.15 | 319.91 | 0.96 | 0.44 |
| Hex | DA | 4 | 93 | 0 | 62 | 21 | F | 140 | 60 | 2C |
| Octal | 332 | 4 | 223 | 0 | 142 | 41 | 17 | 500 | 140 | 54 |
| Binary | 11011010 | 100 | 10010011 | 0 | 1100010 | 100001 | 1111 | 101000000 | 1100000 | 101100 |
Color Harmonies of #DA0493
Complementary color
Monochromatic Colors of #DA0493
Black with #DA0493
Text Example
Text Example
White with #DA0493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0493; }
p { color: rgb(218,4,147); }
H1.HeaderClassName
{
color: #DA0493;
}
.AnyTagClassName
{
color: #DA0493;
}
</style>
background-color css
<style>
a { background-color: #DA0493; }
a { background-color: rgb(218,4,147); }
div.DivClassName
{
background-color: #DA0493;
}
.BgClassName
{
background-color: #DA0493;
}
</style>
border-color css
<style>
span { border-color: #DA0493; }
span { border-color: rgb(218,4,147); }
td.TdClassName
{
border-color: #DA0493;
}
.TagClassName
{
border-color: #DA0493;
}
</style>