Shades of Medium Violet Red #DA0F99
Tints of Medium Violet Red #DA0F99
RGB
CMYK
RGB Variations
Color information
#DA0F99 (or 0xDA0F99) is known color: Medium Violet Red. HEX triplet: DA, 0F and 99. RGB value is (218,15,153). Sum of RGB (Red+Green+Blue) = 218+15+153=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0F99 is #25F066. Grayscale: #5B5B5B. Windows color (decimal): -2486375 or 10031066. OLE color: 10031066.
HSL color Cylindrical-coordinate representation of color #DA0F99: hue angle of 319.21º 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 #DA0F99 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 153 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.15 |
| HSL | 319.21º | 0.87% | 0.46% | - |
| HSV(B) | 319.21º | 0.93% | 0.85% | - |
| XYZ | 34.83 | 17.55 | 31.69 | - |
| YUV | 91.43 | 162.75 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 153 | 0 | 0.93 | 0.30 | 0.15 | 319.21 | 0.87 | 0.46 |
| Hex | DA | F | 99 | 0 | 5D | 1E | F | 13F | 57 | 2E |
| Octal | 332 | 17 | 231 | 0 | 135 | 36 | 17 | 477 | 127 | 56 |
| Binary | 11011010 | 1111 | 10011001 | 0 | 1011101 | 11110 | 1111 | 100111111 | 1010111 | 101110 |
Color Harmonies of #DA0F99
Complementary color
Monochromatic Colors of #DA0F99
Black with #DA0F99
Text Example
Text Example
White with #DA0F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0F99; }
p { color: rgb(218,15,153); }
H1.HeaderClassName
{
color: #DA0F99;
}
.AnyTagClassName
{
color: #DA0F99;
}
</style>
background-color css
<style>
a { background-color: #DA0F99; }
a { background-color: rgb(218,15,153); }
div.DivClassName
{
background-color: #DA0F99;
}
.BgClassName
{
background-color: #DA0F99;
}
</style>
border-color css
<style>
span { border-color: #DA0F99; }
span { border-color: rgb(218,15,153); }
td.TdClassName
{
border-color: #DA0F99;
}
.TagClassName
{
border-color: #DA0F99;
}
</style>