Shades of Medium Violet Red #DA0481
Tints of Medium Violet Red #DA0481
RGB
CMYK
RGB Variations
Color information
#DA0481 (or 0xDA0481) is known color: Medium Violet Red. HEX triplet: DA, 04 and 81. RGB value is (218,4,129). Sum of RGB (Red+Green+Blue) = 218+4+129=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0481 is #25FB7E. Grayscale: #515151. Windows color (decimal): -2489215 or 8455386. OLE color: 8455386.
HSL color Cylindrical-coordinate representation of color #DA0481: hue angle of 324.95º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0481 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 129 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.15 |
| HSL | 324.95º | 0.96% | 0.44% | - |
| HSV(B) | 324.95º | 0.98% | 0.85% | - |
| XYZ | 32.92 | 16.58 | 22.23 | - |
| YUV | 82.24 | 154.4 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 129 | 0 | 0.98 | 0.41 | 0.15 | 324.95 | 0.96 | 0.44 |
| Hex | DA | 4 | 81 | 0 | 62 | 29 | F | 145 | 60 | 2C |
| Octal | 332 | 4 | 201 | 0 | 142 | 51 | 17 | 505 | 140 | 54 |
| Binary | 11011010 | 100 | 10000001 | 0 | 1100010 | 101001 | 1111 | 101000101 | 1100000 | 101100 |
Color Harmonies of #DA0481
Complementary color
Monochromatic Colors of #DA0481
Black with #DA0481
Text Example
Text Example
White with #DA0481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0481; }
p { color: rgb(218,4,129); }
H1.HeaderClassName
{
color: #DA0481;
}
.AnyTagClassName
{
color: #DA0481;
}
</style>
background-color css
<style>
a { background-color: #DA0481; }
a { background-color: rgb(218,4,129); }
div.DivClassName
{
background-color: #DA0481;
}
.BgClassName
{
background-color: #DA0481;
}
</style>
border-color css
<style>
span { border-color: #DA0481; }
span { border-color: rgb(218,4,129); }
td.TdClassName
{
border-color: #DA0481;
}
.TagClassName
{
border-color: #DA0481;
}
</style>