Shades of Medium Violet Red #DA118F
Tints of Medium Violet Red #DA118F
RGB
CMYK
RGB Variations
Color information
#DA118F (or 0xDA118F) is known color: Medium Violet Red. HEX triplet: DA, 11 and 8F. RGB value is (218,17,143). Sum of RGB (Red+Green+Blue) = 218+17+143=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA118F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA118F is #25EE70. Grayscale: #5B5B5B. Windows color (decimal): -2485873 or 9376218. OLE color: 9376218.
HSL color Cylindrical-coordinate representation of color #DA118F: hue angle of 322.39º 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 #DA118F is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 143 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.15 |
| HSL | 322.39º | 0.86% | 0.46% | - |
| HSV(B) | 322.39º | 0.92% | 0.85% | - |
| XYZ | 34.07 | 17.29 | 27.53 | - |
| YUV | 91.46 | 157.09 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 143 | 0 | 0.92 | 0.34 | 0.15 | 322.39 | 0.86 | 0.46 |
| Hex | DA | 11 | 8F | 0 | 5C | 22 | F | 142 | 56 | 2E |
| Octal | 332 | 21 | 217 | 0 | 134 | 42 | 17 | 502 | 126 | 56 |
| Binary | 11011010 | 10001 | 10001111 | 0 | 1011100 | 100010 | 1111 | 101000010 | 1010110 | 101110 |
Color Harmonies of #DA118F
Complementary color
Monochromatic Colors of #DA118F
Black with #DA118F
Text Example
Text Example
White with #DA118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA118F; }
p { color: rgb(218,17,143); }
H1.HeaderClassName
{
color: #DA118F;
}
.AnyTagClassName
{
color: #DA118F;
}
</style>
background-color css
<style>
a { background-color: #DA118F; }
a { background-color: rgb(218,17,143); }
div.DivClassName
{
background-color: #DA118F;
}
.BgClassName
{
background-color: #DA118F;
}
</style>
border-color css
<style>
span { border-color: #DA118F; }
span { border-color: rgb(218,17,143); }
td.TdClassName
{
border-color: #DA118F;
}
.TagClassName
{
border-color: #DA118F;
}
</style>