Shades of Medium Violet Red #DA037C
Tints of Medium Violet Red #DA037C
RGB
CMYK
RGB Variations
Color information
#DA037C (or 0xDA037C) is known color: Medium Violet Red. HEX triplet: DA, 03 and 7C. RGB value is (218,3,124). Sum of RGB (Red+Green+Blue) = 218+3+124=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA037C is #25FC83. Grayscale: #505050. Windows color (decimal): -2489476 or 8127450. OLE color: 8127450.
HSL color Cylindrical-coordinate representation of color #DA037C: hue angle of 326.23º 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 #DA037C is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 124 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.15 |
| HSL | 326.23º | 0.97% | 0.43% | - |
| HSV(B) | 326.23º | 0.99% | 0.85% | - |
| XYZ | 32.58 | 16.43 | 20.52 | - |
| YUV | 81.08 | 152.23 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 124 | 0 | 0.99 | 0.43 | 0.15 | 326.23 | 0.97 | 0.43 |
| Hex | DA | 3 | 7C | 0 | 63 | 2B | F | 146 | 61 | 2B |
| Octal | 332 | 3 | 174 | 0 | 143 | 53 | 17 | 506 | 141 | 53 |
| Binary | 11011010 | 11 | 1111100 | 0 | 1100011 | 101011 | 1111 | 101000110 | 1100001 | 101011 |
Color Harmonies of #DA037C
Complementary color
Monochromatic Colors of #DA037C
Black with #DA037C
Text Example
Text Example
White with #DA037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA037C; }
p { color: rgb(218,3,124); }
H1.HeaderClassName
{
color: #DA037C;
}
.AnyTagClassName
{
color: #DA037C;
}
</style>
background-color css
<style>
a { background-color: #DA037C; }
a { background-color: rgb(218,3,124); }
div.DivClassName
{
background-color: #DA037C;
}
.BgClassName
{
background-color: #DA037C;
}
</style>
border-color css
<style>
span { border-color: #DA037C; }
span { border-color: rgb(218,3,124); }
td.TdClassName
{
border-color: #DA037C;
}
.TagClassName
{
border-color: #DA037C;
}
</style>