Shades of Medium Violet Red #DA1D9F
Tints of Medium Violet Red #DA1D9F
RGB
CMYK
RGB Variations
Color information
#DA1D9F (or 0xDA1D9F) is known color: Medium Violet Red. HEX triplet: DA, 1D and 9F. RGB value is (218,29,159). Sum of RGB (Red+Green+Blue) = 218+29+159=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1D9F is #25E260. Grayscale: #636363. Windows color (decimal): -2482785 or 10427866. OLE color: 10427866.
HSL color Cylindrical-coordinate representation of color #DA1D9F: hue angle of 318.73º 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 #DA1D9F is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 29 | 159 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.15 |
| HSL | 318.73º | 0.77% | 0.48% | - |
| HSV(B) | 318.73º | 0.87% | 0.85% | - |
| XYZ | 35.61 | 18.29 | 34.45 | - |
| YUV | 100.33 | 161.12 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 159 | 0 | 0.87 | 0.27 | 0.15 | 318.73 | 0.77 | 0.48 |
| Hex | DA | 1D | 9F | 0 | 57 | 1B | F | 13F | 4D | 30 |
| Octal | 332 | 35 | 237 | 0 | 127 | 33 | 17 | 477 | 115 | 60 |
| Binary | 11011010 | 11101 | 10011111 | 0 | 1010111 | 11011 | 1111 | 100111111 | 1001101 | 110000 |
Color Harmonies of #DA1D9F
Complementary color
Monochromatic Colors of #DA1D9F
Black with #DA1D9F
Text Example
Text Example
White with #DA1D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1D9F; }
p { color: rgb(218,29,159); }
H1.HeaderClassName
{
color: #DA1D9F;
}
.AnyTagClassName
{
color: #DA1D9F;
}
</style>
background-color css
<style>
a { background-color: #DA1D9F; }
a { background-color: rgb(218,29,159); }
div.DivClassName
{
background-color: #DA1D9F;
}
.BgClassName
{
background-color: #DA1D9F;
}
</style>
border-color css
<style>
span { border-color: #DA1D9F; }
span { border-color: rgb(218,29,159); }
td.TdClassName
{
border-color: #DA1D9F;
}
.TagClassName
{
border-color: #DA1D9F;
}
</style>