Shades of Medium Violet Red #DA0D9A
Tints of Medium Violet Red #DA0D9A
RGB
CMYK
RGB Variations
Color information
#DA0D9A (or 0xDA0D9A) is known color: Medium Violet Red. HEX triplet: DA, 0D and 9A. RGB value is (218,13,154). Sum of RGB (Red+Green+Blue) = 218+13+154=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0D9A is #25F265. Grayscale: #5A5A5A. Windows color (decimal): -2486886 or 10096090. OLE color: 10096090.
HSL color Cylindrical-coordinate representation of color #DA0D9A: hue angle of 318.73º 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 #DA0D9A is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 154 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.15 |
| HSL | 318.73º | 0.89% | 0.45% | - |
| HSV(B) | 318.73º | 0.94% | 0.85% | - |
| XYZ | 34.89 | 17.53 | 32.12 | - |
| YUV | 90.37 | 163.92 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 154 | 0 | 0.94 | 0.29 | 0.15 | 318.73 | 0.89 | 0.45 |
| Hex | DA | D | 9A | 0 | 5E | 1D | F | 13F | 59 | 2D |
| Octal | 332 | 15 | 232 | 0 | 136 | 35 | 17 | 477 | 131 | 55 |
| Binary | 11011010 | 1101 | 10011010 | 0 | 1011110 | 11101 | 1111 | 100111111 | 1011001 | 101101 |
Color Harmonies of #DA0D9A
Complementary color
Monochromatic Colors of #DA0D9A
Black with #DA0D9A
Text Example
Text Example
White with #DA0D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0D9A; }
p { color: rgb(218,13,154); }
H1.HeaderClassName
{
color: #DA0D9A;
}
.AnyTagClassName
{
color: #DA0D9A;
}
</style>
background-color css
<style>
a { background-color: #DA0D9A; }
a { background-color: rgb(218,13,154); }
div.DivClassName
{
background-color: #DA0D9A;
}
.BgClassName
{
background-color: #DA0D9A;
}
</style>
border-color css
<style>
span { border-color: #DA0D9A; }
span { border-color: rgb(218,13,154); }
td.TdClassName
{
border-color: #DA0D9A;
}
.TagClassName
{
border-color: #DA0D9A;
}
</style>