Shades of Medium Violet Red #DA0F83
Tints of Medium Violet Red #DA0F83
RGB
CMYK
RGB Variations
Color information
#DA0F83 (or 0xDA0F83) is known color: Medium Violet Red. HEX triplet: DA, 0F and 83. RGB value is (218,15,131). Sum of RGB (Red+Green+Blue) = 218+15+131=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0F83 is #25F07C. Grayscale: #585858. Windows color (decimal): -2486397 or 8589274. OLE color: 8589274.
HSL color Cylindrical-coordinate representation of color #DA0F83: hue angle of 325.71º 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 #DA0F83 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 131 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.15 |
| HSL | 325.71º | 0.87% | 0.46% | - |
| HSV(B) | 325.71º | 0.93% | 0.85% | - |
| XYZ | 33.18 | 16.89 | 22.98 | - |
| YUV | 88.92 | 151.75 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 131 | 0 | 0.93 | 0.40 | 0.15 | 325.71 | 0.87 | 0.46 |
| Hex | DA | F | 83 | 0 | 5D | 28 | F | 146 | 57 | 2E |
| Octal | 332 | 17 | 203 | 0 | 135 | 50 | 17 | 506 | 127 | 56 |
| Binary | 11011010 | 1111 | 10000011 | 0 | 1011101 | 101000 | 1111 | 101000110 | 1010111 | 101110 |
Color Harmonies of #DA0F83
Complementary color
Monochromatic Colors of #DA0F83
Black with #DA0F83
Text Example
Text Example
White with #DA0F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0F83; }
p { color: rgb(218,15,131); }
H1.HeaderClassName
{
color: #DA0F83;
}
.AnyTagClassName
{
color: #DA0F83;
}
</style>
background-color css
<style>
a { background-color: #DA0F83; }
a { background-color: rgb(218,15,131); }
div.DivClassName
{
background-color: #DA0F83;
}
.BgClassName
{
background-color: #DA0F83;
}
</style>
border-color css
<style>
span { border-color: #DA0F83; }
span { border-color: rgb(218,15,131); }
td.TdClassName
{
border-color: #DA0F83;
}
.TagClassName
{
border-color: #DA0F83;
}
</style>