Shades of Medium Violet Red #DA0D93
Tints of Medium Violet Red #DA0D93
RGB
CMYK
RGB Variations
Color information
#DA0D93 (or 0xDA0D93) is known color: Medium Violet Red. HEX triplet: DA, 0D and 93. RGB value is (218,13,147). Sum of RGB (Red+Green+Blue) = 218+13+147=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0D93 is #25F26C. Grayscale: #595959. Windows color (decimal): -2486893 or 9637338. OLE color: 9637338.
HSL color Cylindrical-coordinate representation of color #DA0D93: hue angle of 320.78º 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 #DA0D93 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 147 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.15 |
| HSL | 320.78º | 0.89% | 0.45% | - |
| HSV(B) | 320.78º | 0.94% | 0.85% | - |
| XYZ | 34.32 | 17.3 | 29.13 | - |
| YUV | 89.57 | 160.42 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 147 | 0 | 0.94 | 0.33 | 0.15 | 320.78 | 0.89 | 0.45 |
| Hex | DA | D | 93 | 0 | 5E | 21 | F | 141 | 59 | 2D |
| Octal | 332 | 15 | 223 | 0 | 136 | 41 | 17 | 501 | 131 | 55 |
| Binary | 11011010 | 1101 | 10010011 | 0 | 1011110 | 100001 | 1111 | 101000001 | 1011001 | 101101 |
Color Harmonies of #DA0D93
Complementary color
Monochromatic Colors of #DA0D93
Black with #DA0D93
Text Example
Text Example
White with #DA0D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0D93; }
p { color: rgb(218,13,147); }
H1.HeaderClassName
{
color: #DA0D93;
}
.AnyTagClassName
{
color: #DA0D93;
}
</style>
background-color css
<style>
a { background-color: #DA0D93; }
a { background-color: rgb(218,13,147); }
div.DivClassName
{
background-color: #DA0D93;
}
.BgClassName
{
background-color: #DA0D93;
}
</style>
border-color css
<style>
span { border-color: #DA0D93; }
span { border-color: rgb(218,13,147); }
td.TdClassName
{
border-color: #DA0D93;
}
.TagClassName
{
border-color: #DA0D93;
}
</style>