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