Shades of Medium Violet Red #DA119C
Tints of Medium Violet Red #DA119C
RGB
CMYK
RGB Variations
Color information
#DA119C (or 0xDA119C) is known color: Medium Violet Red. HEX triplet: DA, 11 and 9C. RGB value is (218,17,156). Sum of RGB (Red+Green+Blue) = 218+17+156=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA119C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA119C is #25EE63. Grayscale: #5C5C5C. Windows color (decimal): -2485860 or 10228186. OLE color: 10228186.
HSL color Cylindrical-coordinate representation of color #DA119C: hue angle of 318.51º 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 #DA119C is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 156 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.15 |
| HSL | 318.51º | 0.86% | 0.46% | - |
| HSV(B) | 318.51º | 0.92% | 0.85% | - |
| XYZ | 35.11 | 17.71 | 33.02 | - |
| YUV | 92.95 | 163.59 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 156 | 0 | 0.92 | 0.28 | 0.15 | 318.51 | 0.86 | 0.46 |
| Hex | DA | 11 | 9C | 0 | 5C | 1C | F | 13F | 56 | 2E |
| Octal | 332 | 21 | 234 | 0 | 134 | 34 | 17 | 477 | 126 | 56 |
| Binary | 11011010 | 10001 | 10011100 | 0 | 1011100 | 11100 | 1111 | 100111111 | 1010110 | 101110 |
Color Harmonies of #DA119C
Complementary color
Monochromatic Colors of #DA119C
Black with #DA119C
Text Example
Text Example
White with #DA119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA119C; }
p { color: rgb(218,17,156); }
H1.HeaderClassName
{
color: #DA119C;
}
.AnyTagClassName
{
color: #DA119C;
}
</style>
background-color css
<style>
a { background-color: #DA119C; }
a { background-color: rgb(218,17,156); }
div.DivClassName
{
background-color: #DA119C;
}
.BgClassName
{
background-color: #DA119C;
}
</style>
border-color css
<style>
span { border-color: #DA119C; }
span { border-color: rgb(218,17,156); }
td.TdClassName
{
border-color: #DA119C;
}
.TagClassName
{
border-color: #DA119C;
}
</style>