Shades of Medium Violet Red #DA0081
Tints of Medium Violet Red #DA0081
RGB
CMYK
RGB Variations
Color information
#DA0081 (or 0xDA0081) is known color: Medium Violet Red. HEX triplet: DA, 00 and 81. RGB value is (218,0,129). Sum of RGB (Red+Green+Blue) = 218+0+129=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0081 is #25FF7E. Grayscale: #4F4F4F. Windows color (decimal): -2490239 or 8454362. OLE color: 8454362.
HSL color Cylindrical-coordinate representation of color #DA0081: hue angle of 324.5º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0081 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 129 | - |
| CMYK | 0 | 1 | 0.41 | 0.15 |
| HSL | 324.5º | 1% | 0.43% | - |
| HSV(B) | 324.5º | 1% | 0.85% | - |
| XYZ | 32.88 | 16.49 | 22.22 | - |
| YUV | 79.89 | 155.72 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 129 | 0 | 1 | 0.41 | 0.15 | 324.5 | 1 | 0.43 |
| Hex | DA | 0 | 81 | 0 | 64 | 29 | F | 144 | 64 | 2B |
| Octal | 332 | 0 | 201 | 0 | 144 | 51 | 17 | 504 | 144 | 53 |
| Binary | 11011010 | 0 | 10000001 | 0 | 1100100 | 101001 | 1111 | 101000100 | 1100100 | 101011 |
Color Harmonies of #DA0081
Complementary color
Monochromatic Colors of #DA0081
Black with #DA0081
Text Example
Text Example
White with #DA0081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0081; }
p { color: rgb(218,0,129); }
H1.HeaderClassName
{
color: #DA0081;
}
.AnyTagClassName
{
color: #DA0081;
}
</style>
background-color css
<style>
a { background-color: #DA0081; }
a { background-color: rgb(218,0,129); }
div.DivClassName
{
background-color: #DA0081;
}
.BgClassName
{
background-color: #DA0081;
}
</style>
border-color css
<style>
span { border-color: #DA0081; }
span { border-color: rgb(218,0,129); }
td.TdClassName
{
border-color: #DA0081;
}
.TagClassName
{
border-color: #DA0081;
}
</style>