Shades of Medium Violet Red #DA117E
Tints of Medium Violet Red #DA117E
RGB
CMYK
RGB Variations
Color information
#DA117E (or 0xDA117E) is known color: Medium Violet Red. HEX triplet: DA, 11 and 7E. RGB value is (218,17,126). Sum of RGB (Red+Green+Blue) = 218+17+126=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA117E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA117E is #25EE81. Grayscale: #595959. Windows color (decimal): -2485890 or 8262106. OLE color: 8262106.
HSL color Cylindrical-coordinate representation of color #DA117E: hue angle of 327.46º 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 #DA117E is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 126 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.15 |
| HSL | 327.46º | 0.86% | 0.46% | - |
| HSV(B) | 327.46º | 0.92% | 0.85% | - |
| XYZ | 32.88 | 16.81 | 21.25 | - |
| YUV | 89.53 | 148.59 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 126 | 0 | 0.92 | 0.42 | 0.15 | 327.46 | 0.86 | 0.46 |
| Hex | DA | 11 | 7E | 0 | 5C | 2A | F | 147 | 56 | 2E |
| Octal | 332 | 21 | 176 | 0 | 134 | 52 | 17 | 507 | 126 | 56 |
| Binary | 11011010 | 10001 | 1111110 | 0 | 1011100 | 101010 | 1111 | 101000111 | 1010110 | 101110 |
Color Harmonies of #DA117E
Complementary color
Monochromatic Colors of #DA117E
Black with #DA117E
Text Example
Text Example
White with #DA117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA117E; }
p { color: rgb(218,17,126); }
H1.HeaderClassName
{
color: #DA117E;
}
.AnyTagClassName
{
color: #DA117E;
}
</style>
background-color css
<style>
a { background-color: #DA117E; }
a { background-color: rgb(218,17,126); }
div.DivClassName
{
background-color: #DA117E;
}
.BgClassName
{
background-color: #DA117E;
}
</style>
border-color css
<style>
span { border-color: #DA117E; }
span { border-color: rgb(218,17,126); }
td.TdClassName
{
border-color: #DA117E;
}
.TagClassName
{
border-color: #DA117E;
}
</style>