Shades of Medium Violet Red #DA1188
Tints of Medium Violet Red #DA1188
RGB
CMYK
RGB Variations
Color information
#DA1188 (or 0xDA1188) is known color: Medium Violet Red. HEX triplet: DA, 11 and 88. RGB value is (218,17,136). Sum of RGB (Red+Green+Blue) = 218+17+136=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1188 is #25EE77. Grayscale: #5A5A5A. Windows color (decimal): -2485880 or 8917466. OLE color: 8917466.
HSL color Cylindrical-coordinate representation of color #DA1188: hue angle of 324.48º 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 #DA1188 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 136 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.15 |
| HSL | 324.48º | 0.86% | 0.46% | - |
| HSV(B) | 324.48º | 0.92% | 0.85% | - |
| XYZ | 33.56 | 17.08 | 24.82 | - |
| YUV | 90.67 | 153.59 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 136 | 0 | 0.92 | 0.38 | 0.15 | 324.48 | 0.86 | 0.46 |
| Hex | DA | 11 | 88 | 0 | 5C | 26 | F | 144 | 56 | 2E |
| Octal | 332 | 21 | 210 | 0 | 134 | 46 | 17 | 504 | 126 | 56 |
| Binary | 11011010 | 10001 | 10001000 | 0 | 1011100 | 100110 | 1111 | 101000100 | 1010110 | 101110 |
Color Harmonies of #DA1188
Complementary color
Monochromatic Colors of #DA1188
Black with #DA1188
Text Example
Text Example
White with #DA1188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1188; }
p { color: rgb(218,17,136); }
H1.HeaderClassName
{
color: #DA1188;
}
.AnyTagClassName
{
color: #DA1188;
}
</style>
background-color css
<style>
a { background-color: #DA1188; }
a { background-color: rgb(218,17,136); }
div.DivClassName
{
background-color: #DA1188;
}
.BgClassName
{
background-color: #DA1188;
}
</style>
border-color css
<style>
span { border-color: #DA1188; }
span { border-color: rgb(218,17,136); }
td.TdClassName
{
border-color: #DA1188;
}
.TagClassName
{
border-color: #DA1188;
}
</style>