Shades of Medium Violet Red #DA0D7C
Tints of Medium Violet Red #DA0D7C
RGB
CMYK
RGB Variations
Color information
#DA0D7C (or 0xDA0D7C) is known color: Medium Violet Red. HEX triplet: DA, 0D and 7C. RGB value is (218,13,124). Sum of RGB (Red+Green+Blue) = 218+13+124=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0D7C is #25F283. Grayscale: #565656. Windows color (decimal): -2486916 or 8130010. OLE color: 8130010.
HSL color Cylindrical-coordinate representation of color #DA0D7C: hue angle of 327.51º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0D7C is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 124 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.15 |
| HSL | 327.51º | 0.89% | 0.45% | - |
| HSV(B) | 327.51º | 0.94% | 0.85% | - |
| XYZ | 32.7 | 16.65 | 20.56 | - |
| YUV | 86.95 | 148.92 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 124 | 0 | 0.94 | 0.43 | 0.15 | 327.51 | 0.89 | 0.45 |
| Hex | DA | D | 7C | 0 | 5E | 2B | F | 148 | 59 | 2D |
| Octal | 332 | 15 | 174 | 0 | 136 | 53 | 17 | 510 | 131 | 55 |
| Binary | 11011010 | 1101 | 1111100 | 0 | 1011110 | 101011 | 1111 | 101001000 | 1011001 | 101101 |
Color Harmonies of #DA0D7C
Complementary color
Monochromatic Colors of #DA0D7C
Black with #DA0D7C
Text Example
Text Example
White with #DA0D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0D7C; }
p { color: rgb(218,13,124); }
H1.HeaderClassName
{
color: #DA0D7C;
}
.AnyTagClassName
{
color: #DA0D7C;
}
</style>
background-color css
<style>
a { background-color: #DA0D7C; }
a { background-color: rgb(218,13,124); }
div.DivClassName
{
background-color: #DA0D7C;
}
.BgClassName
{
background-color: #DA0D7C;
}
</style>
border-color css
<style>
span { border-color: #DA0D7C; }
span { border-color: rgb(218,13,124); }
td.TdClassName
{
border-color: #DA0D7C;
}
.TagClassName
{
border-color: #DA0D7C;
}
</style>