Shades of Medium Violet Red #DA1179
Tints of Medium Violet Red #DA1179
RGB
CMYK
RGB Variations
Color information
#DA1179 (or 0xDA1179) is known color: Medium Violet Red. HEX triplet: DA, 11 and 79. RGB value is (218,17,121). Sum of RGB (Red+Green+Blue) = 218+17+121=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1179 is #25EE86. Grayscale: #585858. Windows color (decimal): -2485895 or 7934426. OLE color: 7934426.
HSL color Cylindrical-coordinate representation of color #DA1179: hue angle of 328.96º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA1179 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 121 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.15 |
| HSL | 328.96º | 0.86% | 0.46% | - |
| HSV(B) | 328.96º | 0.92% | 0.85% | - |
| XYZ | 32.57 | 16.69 | 19.59 | - |
| YUV | 88.96 | 146.09 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 121 | 0 | 0.92 | 0.44 | 0.15 | 328.96 | 0.86 | 0.46 |
| Hex | DA | 11 | 79 | 0 | 5C | 2C | F | 149 | 56 | 2E |
| Octal | 332 | 21 | 171 | 0 | 134 | 54 | 17 | 511 | 126 | 56 |
| Binary | 11011010 | 10001 | 1111001 | 0 | 1011100 | 101100 | 1111 | 101001001 | 1010110 | 101110 |
Color Harmonies of #DA1179
Complementary color
Monochromatic Colors of #DA1179
Black with #DA1179
Text Example
Text Example
White with #DA1179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1179; }
p { color: rgb(218,17,121); }
H1.HeaderClassName
{
color: #DA1179;
}
.AnyTagClassName
{
color: #DA1179;
}
</style>
background-color css
<style>
a { background-color: #DA1179; }
a { background-color: rgb(218,17,121); }
div.DivClassName
{
background-color: #DA1179;
}
.BgClassName
{
background-color: #DA1179;
}
</style>
border-color css
<style>
span { border-color: #DA1179; }
span { border-color: rgb(218,17,121); }
td.TdClassName
{
border-color: #DA1179;
}
.TagClassName
{
border-color: #DA1179;
}
</style>