Shades of Medium Violet Red #DA0F8D
Tints of Medium Violet Red #DA0F8D
RGB
CMYK
RGB Variations
Color information
#DA0F8D (or 0xDA0F8D) is known color: Medium Violet Red. HEX triplet: DA, 0F and 8D. RGB value is (218,15,141). Sum of RGB (Red+Green+Blue) = 218+15+141=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0F8D is #25F072. Grayscale: #595959. Windows color (decimal): -2486387 or 9244634. OLE color: 9244634.
HSL color Cylindrical-coordinate representation of color #DA0F8D: hue angle of 322.76º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0F8D is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 141 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.15 |
| HSL | 322.76º | 0.87% | 0.46% | - |
| HSV(B) | 322.76º | 0.93% | 0.85% | - |
| XYZ | 33.89 | 17.17 | 26.73 | - |
| YUV | 90.06 | 156.75 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 141 | 0 | 0.93 | 0.35 | 0.15 | 322.76 | 0.87 | 0.46 |
| Hex | DA | F | 8D | 0 | 5D | 23 | F | 143 | 57 | 2E |
| Octal | 332 | 17 | 215 | 0 | 135 | 43 | 17 | 503 | 127 | 56 |
| Binary | 11011010 | 1111 | 10001101 | 0 | 1011101 | 100011 | 1111 | 101000011 | 1010111 | 101110 |
Color Harmonies of #DA0F8D
Complementary color
Monochromatic Colors of #DA0F8D
Black with #DA0F8D
Text Example
Text Example
White with #DA0F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0F8D; }
p { color: rgb(218,15,141); }
H1.HeaderClassName
{
color: #DA0F8D;
}
.AnyTagClassName
{
color: #DA0F8D;
}
</style>
background-color css
<style>
a { background-color: #DA0F8D; }
a { background-color: rgb(218,15,141); }
div.DivClassName
{
background-color: #DA0F8D;
}
.BgClassName
{
background-color: #DA0F8D;
}
</style>
border-color css
<style>
span { border-color: #DA0F8D; }
span { border-color: rgb(218,15,141); }
td.TdClassName
{
border-color: #DA0F8D;
}
.TagClassName
{
border-color: #DA0F8D;
}
</style>