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