Shades of Medium Violet Red #DA1D89
Tints of Medium Violet Red #DA1D89
RGB
CMYK
RGB Variations
Color information
#DA1D89 (or 0xDA1D89) is known color: Medium Violet Red. HEX triplet: DA, 1D and 89. RGB value is (218,29,137). Sum of RGB (Red+Green+Blue) = 218+29+137=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1D89 is #25E276. Grayscale: #616161. Windows color (decimal): -2482807 or 8986074. OLE color: 8986074.
HSL color Cylindrical-coordinate representation of color #DA1D89: hue angle of 325.71º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1D89 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 29 | 137 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.15 |
| HSL | 325.71º | 0.77% | 0.48% | - |
| HSV(B) | 325.71º | 0.87% | 0.85% | - |
| XYZ | 33.87 | 17.59 | 25.28 | - |
| YUV | 97.82 | 150.12 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 137 | 0 | 0.87 | 0.37 | 0.15 | 325.71 | 0.77 | 0.48 |
| Hex | DA | 1D | 89 | 0 | 57 | 25 | F | 146 | 4D | 30 |
| Octal | 332 | 35 | 211 | 0 | 127 | 45 | 17 | 506 | 115 | 60 |
| Binary | 11011010 | 11101 | 10001001 | 0 | 1010111 | 100101 | 1111 | 101000110 | 1001101 | 110000 |
Color Harmonies of #DA1D89
Complementary color
Monochromatic Colors of #DA1D89
Black with #DA1D89
Text Example
Text Example
White with #DA1D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1D89; }
p { color: rgb(218,29,137); }
H1.HeaderClassName
{
color: #DA1D89;
}
.AnyTagClassName
{
color: #DA1D89;
}
</style>
background-color css
<style>
a { background-color: #DA1D89; }
a { background-color: rgb(218,29,137); }
div.DivClassName
{
background-color: #DA1D89;
}
.BgClassName
{
background-color: #DA1D89;
}
</style>
border-color css
<style>
span { border-color: #DA1D89; }
span { border-color: rgb(218,29,137); }
td.TdClassName
{
border-color: #DA1D89;
}
.TagClassName
{
border-color: #DA1D89;
}
</style>