Shades of Medium Violet Red #DA1CA1
Tints of Medium Violet Red #DA1CA1
RGB
CMYK
RGB Variations
Color information
#DA1CA1 (or 0xDA1CA1) is known color: Medium Violet Red. HEX triplet: DA, 1C and A1. RGB value is (218,28,161). Sum of RGB (Red+Green+Blue) = 218+28+161=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1CA1 is #25E35E. Grayscale: #636363. Windows color (decimal): -2483039 or 10558682. OLE color: 10558682.
HSL color Cylindrical-coordinate representation of color #DA1CA1: hue angle of 318º 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 #DA1CA1 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 28 | 161 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.15 |
| HSL | 318º | 0.77% | 0.48% | - |
| HSV(B) | 318º | 0.87% | 0.85% | - |
| XYZ | 35.76 | 18.31 | 35.37 | - |
| YUV | 99.97 | 162.45 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 161 | 0 | 0.87 | 0.26 | 0.15 | 318 | 0.77 | 0.48 |
| Hex | DA | 1C | A1 | 0 | 57 | 1A | F | 13E | 4D | 30 |
| Octal | 332 | 34 | 241 | 0 | 127 | 32 | 17 | 476 | 115 | 60 |
| Binary | 11011010 | 11100 | 10100001 | 0 | 1010111 | 11010 | 1111 | 100111110 | 1001101 | 110000 |
Color Harmonies of #DA1CA1
Complementary color
Monochromatic Colors of #DA1CA1
Black with #DA1CA1
Text Example
Text Example
White with #DA1CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1CA1; }
p { color: rgb(218,28,161); }
H1.HeaderClassName
{
color: #DA1CA1;
}
.AnyTagClassName
{
color: #DA1CA1;
}
</style>
background-color css
<style>
a { background-color: #DA1CA1; }
a { background-color: rgb(218,28,161); }
div.DivClassName
{
background-color: #DA1CA1;
}
.BgClassName
{
background-color: #DA1CA1;
}
</style>
border-color css
<style>
span { border-color: #DA1CA1; }
span { border-color: rgb(218,28,161); }
td.TdClassName
{
border-color: #DA1CA1;
}
.TagClassName
{
border-color: #DA1CA1;
}
</style>