Shades of Medium Violet Red #DA1089
Tints of Medium Violet Red #DA1089
RGB
CMYK
RGB Variations
Color information
#DA1089 (or 0xDA1089) is known color: Medium Violet Red. HEX triplet: DA, 10 and 89. RGB value is (218,16,137). Sum of RGB (Red+Green+Blue) = 218+16+137=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1089 is #25EF76. Grayscale: #595959. Windows color (decimal): -2486135 or 8982746. OLE color: 8982746.
HSL color Cylindrical-coordinate representation of color #DA1089: hue angle of 324.06º 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 #DA1089 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 137 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.15 |
| HSL | 324.06º | 0.86% | 0.46% | - |
| HSV(B) | 324.06º | 0.93% | 0.85% | - |
| XYZ | 33.61 | 17.08 | 25.19 | - |
| YUV | 90.19 | 154.42 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 137 | 0 | 0.93 | 0.37 | 0.15 | 324.06 | 0.86 | 0.46 |
| Hex | DA | 10 | 89 | 0 | 5D | 25 | F | 144 | 56 | 2E |
| Octal | 332 | 20 | 211 | 0 | 135 | 45 | 17 | 504 | 126 | 56 |
| Binary | 11011010 | 10000 | 10001001 | 0 | 1011101 | 100101 | 1111 | 101000100 | 1010110 | 101110 |
Color Harmonies of #DA1089
Complementary color
Monochromatic Colors of #DA1089
Black with #DA1089
Text Example
Text Example
White with #DA1089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1089; }
p { color: rgb(218,16,137); }
H1.HeaderClassName
{
color: #DA1089;
}
.AnyTagClassName
{
color: #DA1089;
}
</style>
background-color css
<style>
a { background-color: #DA1089; }
a { background-color: rgb(218,16,137); }
div.DivClassName
{
background-color: #DA1089;
}
.BgClassName
{
background-color: #DA1089;
}
</style>
border-color css
<style>
span { border-color: #DA1089; }
span { border-color: rgb(218,16,137); }
td.TdClassName
{
border-color: #DA1089;
}
.TagClassName
{
border-color: #DA1089;
}
</style>