Shades of Medium Violet Red #DA1DA1
Tints of Medium Violet Red #DA1DA1
RGB
CMYK
RGB Variations
Color information
#DA1DA1 (or 0xDA1DA1) is known color: Medium Violet Red. HEX triplet: DA, 1D and A1. RGB value is (218,29,161). Sum of RGB (Red+Green+Blue) = 218+29+161=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 161 (63.28% from 255 or 39.46% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1DA1 is #25E25E. Grayscale: #646464. Windows color (decimal): -2482783 or 10558938. OLE color: 10558938.
HSL color Cylindrical-coordinate representation of color #DA1DA1: hue angle of 318.1º 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 #DA1DA1 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 29 | 161 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.15 |
| HSL | 318.1º | 0.77% | 0.48% | - |
| HSV(B) | 318.1º | 0.87% | 0.85% | - |
| XYZ | 35.79 | 18.36 | 35.38 | - |
| YUV | 100.56 | 162.12 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 161 | 0 | 0.87 | 0.26 | 0.15 | 318.1 | 0.77 | 0.48 |
| Hex | DA | 1D | A1 | 0 | 57 | 1A | F | 13E | 4D | 30 |
| Octal | 332 | 35 | 241 | 0 | 127 | 32 | 17 | 476 | 115 | 60 |
| Binary | 11011010 | 11101 | 10100001 | 0 | 1010111 | 11010 | 1111 | 100111110 | 1001101 | 110000 |
Color Harmonies of #DA1DA1
Complementary color
Monochromatic Colors of #DA1DA1
Black with #DA1DA1
Text Example
Text Example
White with #DA1DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1DA1; }
p { color: rgb(218,29,161); }
H1.HeaderClassName
{
color: #DA1DA1;
}
.AnyTagClassName
{
color: #DA1DA1;
}
</style>
background-color css
<style>
a { background-color: #DA1DA1; }
a { background-color: rgb(218,29,161); }
div.DivClassName
{
background-color: #DA1DA1;
}
.BgClassName
{
background-color: #DA1DA1;
}
</style>
border-color css
<style>
span { border-color: #DA1DA1; }
span { border-color: rgb(218,29,161); }
td.TdClassName
{
border-color: #DA1DA1;
}
.TagClassName
{
border-color: #DA1DA1;
}
</style>