Shades of Medium Violet Red #DA118E
Tints of Medium Violet Red #DA118E
RGB
CMYK
RGB Variations
Color information
#DA118E (or 0xDA118E) is known color: Medium Violet Red. HEX triplet: DA, 11 and 8E. RGB value is (218,17,142). Sum of RGB (Red+Green+Blue) = 218+17+142=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA118E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA118E is #25EE71. Grayscale: #5B5B5B. Windows color (decimal): -2485874 or 9310682. OLE color: 9310682.
HSL color Cylindrical-coordinate representation of color #DA118E: hue angle of 322.69º 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 #DA118E is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 142 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.15 |
| HSL | 322.69º | 0.86% | 0.46% | - |
| HSV(B) | 322.69º | 0.92% | 0.85% | - |
| XYZ | 34 | 17.26 | 27.13 | - |
| YUV | 91.35 | 156.59 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 142 | 0 | 0.92 | 0.35 | 0.15 | 322.69 | 0.86 | 0.46 |
| Hex | DA | 11 | 8E | 0 | 5C | 23 | F | 143 | 56 | 2E |
| Octal | 332 | 21 | 216 | 0 | 134 | 43 | 17 | 503 | 126 | 56 |
| Binary | 11011010 | 10001 | 10001110 | 0 | 1011100 | 100011 | 1111 | 101000011 | 1010110 | 101110 |
Color Harmonies of #DA118E
Complementary color
Monochromatic Colors of #DA118E
Black with #DA118E
Text Example
Text Example
White with #DA118E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA118E; }
p { color: rgb(218,17,142); }
H1.HeaderClassName
{
color: #DA118E;
}
.AnyTagClassName
{
color: #DA118E;
}
</style>
background-color css
<style>
a { background-color: #DA118E; }
a { background-color: rgb(218,17,142); }
div.DivClassName
{
background-color: #DA118E;
}
.BgClassName
{
background-color: #DA118E;
}
</style>
border-color css
<style>
span { border-color: #DA118E; }
span { border-color: rgb(218,17,142); }
td.TdClassName
{
border-color: #DA118E;
}
.TagClassName
{
border-color: #DA118E;
}
</style>