Shades of Medium Violet Red #DA1097
Tints of Medium Violet Red #DA1097
RGB
CMYK
RGB Variations
Color information
#DA1097 (or 0xDA1097) is known color: Medium Violet Red. HEX triplet: DA, 10 and 97. RGB value is (218,16,151). Sum of RGB (Red+Green+Blue) = 218+16+151=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1097 is #25EF68. Grayscale: #5B5B5B. Windows color (decimal): -2486121 or 9900250. OLE color: 9900250.
HSL color Cylindrical-coordinate representation of color #DA1097: hue angle of 319.9º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA1097 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 151 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.15 |
| HSL | 319.9º | 0.86% | 0.46% | - |
| HSV(B) | 319.9º | 0.93% | 0.85% | - |
| XYZ | 34.68 | 17.51 | 30.83 | - |
| YUV | 91.79 | 161.42 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 151 | 0 | 0.93 | 0.31 | 0.15 | 319.9 | 0.86 | 0.46 |
| Hex | DA | 10 | 97 | 0 | 5D | 1F | F | 140 | 56 | 2E |
| Octal | 332 | 20 | 227 | 0 | 135 | 37 | 17 | 500 | 126 | 56 |
| Binary | 11011010 | 10000 | 10010111 | 0 | 1011101 | 11111 | 1111 | 101000000 | 1010110 | 101110 |
Color Harmonies of #DA1097
Complementary color
Monochromatic Colors of #DA1097
Black with #DA1097
Text Example
Text Example
White with #DA1097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1097; }
p { color: rgb(218,16,151); }
H1.HeaderClassName
{
color: #DA1097;
}
.AnyTagClassName
{
color: #DA1097;
}
</style>
background-color css
<style>
a { background-color: #DA1097; }
a { background-color: rgb(218,16,151); }
div.DivClassName
{
background-color: #DA1097;
}
.BgClassName
{
background-color: #DA1097;
}
</style>
border-color css
<style>
span { border-color: #DA1097; }
span { border-color: rgb(218,16,151); }
td.TdClassName
{
border-color: #DA1097;
}
.TagClassName
{
border-color: #DA1097;
}
</style>