Shades of Medium Violet Red #DA1CA3
Tints of Medium Violet Red #DA1CA3
RGB
CMYK
RGB Variations
Color information
#DA1CA3 (or 0xDA1CA3) is known color: Medium Violet Red. HEX triplet: DA, 1C and A3. RGB value is (218,28,163). Sum of RGB (Red+Green+Blue) = 218+28+163=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1CA3 is #25E35C. Grayscale: #636363. Windows color (decimal): -2483037 or 10689754. OLE color: 10689754.
HSL color Cylindrical-coordinate representation of color #DA1CA3: hue angle of 317.37º 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 #DA1CA3 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 28 | 163 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.15 |
| HSL | 317.37º | 0.77% | 0.48% | - |
| HSV(B) | 317.37º | 0.87% | 0.85% | - |
| XYZ | 35.94 | 18.38 | 36.3 | - |
| YUV | 100.2 | 163.45 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 163 | 0 | 0.87 | 0.25 | 0.15 | 317.37 | 0.77 | 0.48 |
| Hex | DA | 1C | A3 | 0 | 57 | 19 | F | 13D | 4D | 30 |
| Octal | 332 | 34 | 243 | 0 | 127 | 31 | 17 | 475 | 115 | 60 |
| Binary | 11011010 | 11100 | 10100011 | 0 | 1010111 | 11001 | 1111 | 100111101 | 1001101 | 110000 |
Color Harmonies of #DA1CA3
Complementary color
Monochromatic Colors of #DA1CA3
Black with #DA1CA3
Text Example
Text Example
White with #DA1CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1CA3; }
p { color: rgb(218,28,163); }
H1.HeaderClassName
{
color: #DA1CA3;
}
.AnyTagClassName
{
color: #DA1CA3;
}
</style>
background-color css
<style>
a { background-color: #DA1CA3; }
a { background-color: rgb(218,28,163); }
div.DivClassName
{
background-color: #DA1CA3;
}
.BgClassName
{
background-color: #DA1CA3;
}
</style>
border-color css
<style>
span { border-color: #DA1CA3; }
span { border-color: rgb(218,28,163); }
td.TdClassName
{
border-color: #DA1CA3;
}
.TagClassName
{
border-color: #DA1CA3;
}
</style>