Shades of Medium Violet Red #DA0F8F
Tints of Medium Violet Red #DA0F8F
RGB
CMYK
RGB Variations
Color information
#DA0F8F (or 0xDA0F8F) is known color: Medium Violet Red. HEX triplet: DA, 0F and 8F. RGB value is (218,15,143). Sum of RGB (Red+Green+Blue) = 218+15+143=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0F8F is #25F070. Grayscale: #595959. Windows color (decimal): -2486385 or 9375706. OLE color: 9375706.
HSL color Cylindrical-coordinate representation of color #DA0F8F: hue angle of 322.17º 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 #DA0F8F is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 143 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.15 |
| HSL | 322.17º | 0.87% | 0.46% | - |
| HSV(B) | 322.17º | 0.93% | 0.85% | - |
| XYZ | 34.04 | 17.23 | 27.52 | - |
| YUV | 90.29 | 157.75 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 143 | 0 | 0.93 | 0.34 | 0.15 | 322.17 | 0.87 | 0.46 |
| Hex | DA | F | 8F | 0 | 5D | 22 | F | 142 | 57 | 2E |
| Octal | 332 | 17 | 217 | 0 | 135 | 42 | 17 | 502 | 127 | 56 |
| Binary | 11011010 | 1111 | 10001111 | 0 | 1011101 | 100010 | 1111 | 101000010 | 1010111 | 101110 |
Color Harmonies of #DA0F8F
Complementary color
Monochromatic Colors of #DA0F8F
Black with #DA0F8F
Text Example
Text Example
White with #DA0F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0F8F; }
p { color: rgb(218,15,143); }
H1.HeaderClassName
{
color: #DA0F8F;
}
.AnyTagClassName
{
color: #DA0F8F;
}
</style>
background-color css
<style>
a { background-color: #DA0F8F; }
a { background-color: rgb(218,15,143); }
div.DivClassName
{
background-color: #DA0F8F;
}
.BgClassName
{
background-color: #DA0F8F;
}
</style>
border-color css
<style>
span { border-color: #DA0F8F; }
span { border-color: rgb(218,15,143); }
td.TdClassName
{
border-color: #DA0F8F;
}
.TagClassName
{
border-color: #DA0F8F;
}
</style>