Shades of Medium Violet Red #DA037A
Tints of Medium Violet Red #DA037A
RGB
CMYK
RGB Variations
Color information
#DA037A (or 0xDA037A) is known color: Medium Violet Red. HEX triplet: DA, 03 and 7A. RGB value is (218,3,122). Sum of RGB (Red+Green+Blue) = 218+3+122=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA037A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA037A is #25FC85. Grayscale: #505050. Windows color (decimal): -2489478 or 7996378. OLE color: 7996378.
HSL color Cylindrical-coordinate representation of color #DA037A: hue angle of 326.79º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA037A is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 122 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.15 |
| HSL | 326.79º | 0.97% | 0.43% | - |
| HSV(B) | 326.79º | 0.99% | 0.85% | - |
| XYZ | 32.46 | 16.38 | 19.86 | - |
| YUV | 80.85 | 151.23 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 122 | 0 | 0.99 | 0.44 | 0.15 | 326.79 | 0.97 | 0.43 |
| Hex | DA | 3 | 7A | 0 | 63 | 2C | F | 147 | 61 | 2B |
| Octal | 332 | 3 | 172 | 0 | 143 | 54 | 17 | 507 | 141 | 53 |
| Binary | 11011010 | 11 | 1111010 | 0 | 1100011 | 101100 | 1111 | 101000111 | 1100001 | 101011 |
Color Harmonies of #DA037A
Complementary color
Monochromatic Colors of #DA037A
Black with #DA037A
Text Example
Text Example
White with #DA037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA037A; }
p { color: rgb(218,3,122); }
H1.HeaderClassName
{
color: #DA037A;
}
.AnyTagClassName
{
color: #DA037A;
}
</style>
background-color css
<style>
a { background-color: #DA037A; }
a { background-color: rgb(218,3,122); }
div.DivClassName
{
background-color: #DA037A;
}
.BgClassName
{
background-color: #DA037A;
}
</style>
border-color css
<style>
span { border-color: #DA037A; }
span { border-color: rgb(218,3,122); }
td.TdClassName
{
border-color: #DA037A;
}
.TagClassName
{
border-color: #DA037A;
}
</style>