Shades of Medium Violet Red #DA1195
Tints of Medium Violet Red #DA1195
RGB
CMYK
RGB Variations
Color information
#DA1195 (or 0xDA1195) is known color: Medium Violet Red. HEX triplet: DA, 11 and 95. RGB value is (218,17,149). Sum of RGB (Red+Green+Blue) = 218+17+149=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1195 is #25EE6A. Grayscale: #5B5B5B. Windows color (decimal): -2485867 or 9769434. OLE color: 9769434.
HSL color Cylindrical-coordinate representation of color #DA1195: hue angle of 320.6º 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 #DA1195 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 149 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.15 |
| HSL | 320.6º | 0.86% | 0.46% | - |
| HSV(B) | 320.6º | 0.92% | 0.85% | - |
| XYZ | 34.54 | 17.48 | 29.99 | - |
| YUV | 92.15 | 160.09 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 149 | 0 | 0.92 | 0.32 | 0.15 | 320.6 | 0.86 | 0.46 |
| Hex | DA | 11 | 95 | 0 | 5C | 20 | F | 141 | 56 | 2E |
| Octal | 332 | 21 | 225 | 0 | 134 | 40 | 17 | 501 | 126 | 56 |
| Binary | 11011010 | 10001 | 10010101 | 0 | 1011100 | 100000 | 1111 | 101000001 | 1010110 | 101110 |
Color Harmonies of #DA1195
Complementary color
Monochromatic Colors of #DA1195
Black with #DA1195
Text Example
Text Example
White with #DA1195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1195; }
p { color: rgb(218,17,149); }
H1.HeaderClassName
{
color: #DA1195;
}
.AnyTagClassName
{
color: #DA1195;
}
</style>
background-color css
<style>
a { background-color: #DA1195; }
a { background-color: rgb(218,17,149); }
div.DivClassName
{
background-color: #DA1195;
}
.BgClassName
{
background-color: #DA1195;
}
</style>
border-color css
<style>
span { border-color: #DA1195; }
span { border-color: rgb(218,17,149); }
td.TdClassName
{
border-color: #DA1195;
}
.TagClassName
{
border-color: #DA1195;
}
</style>