Shades of Medium Violet Red #DA0D8B
Tints of Medium Violet Red #DA0D8B
RGB
CMYK
RGB Variations
Color information
#DA0D8B (or 0xDA0D8B) is known color: Medium Violet Red. HEX triplet: DA, 0D and 8B. RGB value is (218,13,139). Sum of RGB (Red+Green+Blue) = 218+13+139=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0D8B is #25F274. Grayscale: #585858. Windows color (decimal): -2486901 or 9113050. OLE color: 9113050.
HSL color Cylindrical-coordinate representation of color #DA0D8B: hue angle of 323.12º 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 #DA0D8B is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 139 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.15 |
| HSL | 323.12º | 0.89% | 0.45% | - |
| HSV(B) | 323.12º | 0.94% | 0.85% | - |
| XYZ | 33.72 | 17.06 | 25.94 | - |
| YUV | 88.66 | 156.42 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 139 | 0 | 0.94 | 0.36 | 0.15 | 323.12 | 0.89 | 0.45 |
| Hex | DA | D | 8B | 0 | 5E | 24 | F | 143 | 59 | 2D |
| Octal | 332 | 15 | 213 | 0 | 136 | 44 | 17 | 503 | 131 | 55 |
| Binary | 11011010 | 1101 | 10001011 | 0 | 1011110 | 100100 | 1111 | 101000011 | 1011001 | 101101 |
Color Harmonies of #DA0D8B
Complementary color
Monochromatic Colors of #DA0D8B
Black with #DA0D8B
Text Example
Text Example
White with #DA0D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0D8B; }
p { color: rgb(218,13,139); }
H1.HeaderClassName
{
color: #DA0D8B;
}
.AnyTagClassName
{
color: #DA0D8B;
}
</style>
background-color css
<style>
a { background-color: #DA0D8B; }
a { background-color: rgb(218,13,139); }
div.DivClassName
{
background-color: #DA0D8B;
}
.BgClassName
{
background-color: #DA0D8B;
}
</style>
border-color css
<style>
span { border-color: #DA0D8B; }
span { border-color: rgb(218,13,139); }
td.TdClassName
{
border-color: #DA0D8B;
}
.TagClassName
{
border-color: #DA0D8B;
}
</style>