Shades of Medium Violet Red #DA1FA0
Tints of Medium Violet Red #DA1FA0
RGB
CMYK
RGB Variations
Color information
#DA1FA0 (or 0xDA1FA0) is known color: Medium Violet Red. HEX triplet: DA, 1F and A0. RGB value is (218,31,160). Sum of RGB (Red+Green+Blue) = 218+31+160=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1FA0 is #25E05F. Grayscale: #656565. Windows color (decimal): -2482272 or 10493914. OLE color: 10493914.
HSL color Cylindrical-coordinate representation of color #DA1FA0: hue angle of 318.61º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1FA0 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 31 | 160 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.15 |
| HSL | 318.61º | 0.75% | 0.49% | - |
| HSV(B) | 318.61º | 0.86% | 0.85% | - |
| XYZ | 35.75 | 18.42 | 34.93 | - |
| YUV | 101.62 | 160.95 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 160 | 0 | 0.86 | 0.27 | 0.15 | 318.61 | 0.75 | 0.49 |
| Hex | DA | 1F | A0 | 0 | 56 | 1B | F | 13F | 4B | 31 |
| Octal | 332 | 37 | 240 | 0 | 126 | 33 | 17 | 477 | 113 | 61 |
| Binary | 11011010 | 11111 | 10100000 | 0 | 1010110 | 11011 | 1111 | 100111111 | 1001011 | 110001 |
Color Harmonies of #DA1FA0
Complementary color
Monochromatic Colors of #DA1FA0
Black with #DA1FA0
Text Example
Text Example
White with #DA1FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1FA0; }
p { color: rgb(218,31,160); }
H1.HeaderClassName
{
color: #DA1FA0;
}
.AnyTagClassName
{
color: #DA1FA0;
}
</style>
background-color css
<style>
a { background-color: #DA1FA0; }
a { background-color: rgb(218,31,160); }
div.DivClassName
{
background-color: #DA1FA0;
}
.BgClassName
{
background-color: #DA1FA0;
}
</style>
border-color css
<style>
span { border-color: #DA1FA0; }
span { border-color: rgb(218,31,160); }
td.TdClassName
{
border-color: #DA1FA0;
}
.TagClassName
{
border-color: #DA1FA0;
}
</style>