Shades of Medium Violet Red #DA037B
Tints of Medium Violet Red #DA037B
RGB
CMYK
RGB Variations
Color information
#DA037B (or 0xDA037B) is known color: Medium Violet Red. HEX triplet: DA, 03 and 7B. RGB value is (218,3,123). Sum of RGB (Red+Green+Blue) = 218+3+123=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA037B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA037B is #25FC84. Grayscale: #505050. Windows color (decimal): -2489477 or 8061914. OLE color: 8061914.
HSL color Cylindrical-coordinate representation of color #DA037B: hue angle of 326.51º 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 #DA037B is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 123 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.15 |
| HSL | 326.51º | 0.97% | 0.43% | - |
| HSV(B) | 326.51º | 0.99% | 0.85% | - |
| XYZ | 32.52 | 16.4 | 20.19 | - |
| YUV | 80.97 | 151.73 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 123 | 0 | 0.99 | 0.44 | 0.15 | 326.51 | 0.97 | 0.43 |
| Hex | DA | 3 | 7B | 0 | 63 | 2C | F | 147 | 61 | 2B |
| Octal | 332 | 3 | 173 | 0 | 143 | 54 | 17 | 507 | 141 | 53 |
| Binary | 11011010 | 11 | 1111011 | 0 | 1100011 | 101100 | 1111 | 101000111 | 1100001 | 101011 |
Color Harmonies of #DA037B
Complementary color
Monochromatic Colors of #DA037B
Black with #DA037B
Text Example
Text Example
White with #DA037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA037B; }
p { color: rgb(218,3,123); }
H1.HeaderClassName
{
color: #DA037B;
}
.AnyTagClassName
{
color: #DA037B;
}
</style>
background-color css
<style>
a { background-color: #DA037B; }
a { background-color: rgb(218,3,123); }
div.DivClassName
{
background-color: #DA037B;
}
.BgClassName
{
background-color: #DA037B;
}
</style>
border-color css
<style>
span { border-color: #DA037B; }
span { border-color: rgb(218,3,123); }
td.TdClassName
{
border-color: #DA037B;
}
.TagClassName
{
border-color: #DA037B;
}
</style>