Shades of Medium Violet Red #DA1CA0
Tints of Medium Violet Red #DA1CA0
RGB
CMYK
RGB Variations
Color information
#DA1CA0 (or 0xDA1CA0) is known color: Medium Violet Red. HEX triplet: DA, 1C and A0. RGB value is (218,28,160). Sum of RGB (Red+Green+Blue) = 218+28+160=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1CA0 is #25E35F. Grayscale: #636363. Windows color (decimal): -2483040 or 10493146. OLE color: 10493146.
HSL color Cylindrical-coordinate representation of color #DA1CA0: hue angle of 318.32º 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 #DA1CA0 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 28 | 160 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.15 |
| HSL | 318.32º | 0.77% | 0.48% | - |
| HSV(B) | 318.32º | 0.87% | 0.85% | - |
| XYZ | 35.67 | 18.27 | 34.9 | - |
| YUV | 99.86 | 161.95 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 160 | 0 | 0.87 | 0.27 | 0.15 | 318.32 | 0.77 | 0.48 |
| Hex | DA | 1C | A0 | 0 | 57 | 1B | F | 13E | 4D | 30 |
| Octal | 332 | 34 | 240 | 0 | 127 | 33 | 17 | 476 | 115 | 60 |
| Binary | 11011010 | 11100 | 10100000 | 0 | 1010111 | 11011 | 1111 | 100111110 | 1001101 | 110000 |
Color Harmonies of #DA1CA0
Complementary color
Monochromatic Colors of #DA1CA0
Black with #DA1CA0
Text Example
Text Example
White with #DA1CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1CA0; }
p { color: rgb(218,28,160); }
H1.HeaderClassName
{
color: #DA1CA0;
}
.AnyTagClassName
{
color: #DA1CA0;
}
</style>
background-color css
<style>
a { background-color: #DA1CA0; }
a { background-color: rgb(218,28,160); }
div.DivClassName
{
background-color: #DA1CA0;
}
.BgClassName
{
background-color: #DA1CA0;
}
</style>
border-color css
<style>
span { border-color: #DA1CA0; }
span { border-color: rgb(218,28,160); }
td.TdClassName
{
border-color: #DA1CA0;
}
.TagClassName
{
border-color: #DA1CA0;
}
</style>