Shades of Medium Violet Red #DA0F9A
Tints of Medium Violet Red #DA0F9A
RGB
CMYK
RGB Variations
Color information
#DA0F9A (or 0xDA0F9A) is known color: Medium Violet Red. HEX triplet: DA, 0F and 9A. RGB value is (218,15,154). Sum of RGB (Red+Green+Blue) = 218+15+154=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0F9A is #25F065. Grayscale: #5B5B5B. Windows color (decimal): -2486374 or 10096602. OLE color: 10096602.
HSL color Cylindrical-coordinate representation of color #DA0F9A: hue angle of 318.92º 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 #DA0F9A is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 154 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.15 |
| HSL | 318.92º | 0.87% | 0.46% | - |
| HSV(B) | 318.92º | 0.93% | 0.85% | - |
| XYZ | 34.92 | 17.58 | 32.12 | - |
| YUV | 91.54 | 163.25 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 154 | 0 | 0.93 | 0.29 | 0.15 | 318.92 | 0.87 | 0.46 |
| Hex | DA | F | 9A | 0 | 5D | 1D | F | 13F | 57 | 2E |
| Octal | 332 | 17 | 232 | 0 | 135 | 35 | 17 | 477 | 127 | 56 |
| Binary | 11011010 | 1111 | 10011010 | 0 | 1011101 | 11101 | 1111 | 100111111 | 1010111 | 101110 |
Color Harmonies of #DA0F9A
Complementary color
Monochromatic Colors of #DA0F9A
Black with #DA0F9A
Text Example
Text Example
White with #DA0F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0F9A; }
p { color: rgb(218,15,154); }
H1.HeaderClassName
{
color: #DA0F9A;
}
.AnyTagClassName
{
color: #DA0F9A;
}
</style>
background-color css
<style>
a { background-color: #DA0F9A; }
a { background-color: rgb(218,15,154); }
div.DivClassName
{
background-color: #DA0F9A;
}
.BgClassName
{
background-color: #DA0F9A;
}
</style>
border-color css
<style>
span { border-color: #DA0F9A; }
span { border-color: rgb(218,15,154); }
td.TdClassName
{
border-color: #DA0F9A;
}
.TagClassName
{
border-color: #DA0F9A;
}
</style>