Shades of Medium Violet Red #DA0080
Tints of Medium Violet Red #DA0080
RGB
CMYK
RGB Variations
Color information
#DA0080 (or 0xDA0080) is known color: Medium Violet Red. HEX triplet: DA, 00 and 80. RGB value is (218,0,128). Sum of RGB (Red+Green+Blue) = 218+0+128=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0080 is #25FF7F. Grayscale: #4F4F4F. Windows color (decimal): -2490240 or 8388826. OLE color: 8388826.
HSL color Cylindrical-coordinate representation of color #DA0080: hue angle of 324.77º 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 #DA0080 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.41 | 0.15 |
| HSL | 324.77º | 1% | 0.43% | - |
| HSV(B) | 324.77º | 1% | 0.85% | - |
| XYZ | 32.81 | 16.46 | 21.87 | - |
| YUV | 79.77 | 155.22 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 128 | 0 | 1 | 0.41 | 0.15 | 324.77 | 1 | 0.43 |
| Hex | DA | 0 | 80 | 0 | 64 | 29 | F | 145 | 64 | 2B |
| Octal | 332 | 0 | 200 | 0 | 144 | 51 | 17 | 505 | 144 | 53 |
| Binary | 11011010 | 0 | 10000000 | 0 | 1100100 | 101001 | 1111 | 101000101 | 1100100 | 101011 |
Color Harmonies of #DA0080
Complementary color
Monochromatic Colors of #DA0080
Black with #DA0080
Text Example
Text Example
White with #DA0080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0080; }
p { color: rgb(218,0,128); }
H1.HeaderClassName
{
color: #DA0080;
}
.AnyTagClassName
{
color: #DA0080;
}
</style>
background-color css
<style>
a { background-color: #DA0080; }
a { background-color: rgb(218,0,128); }
div.DivClassName
{
background-color: #DA0080;
}
.BgClassName
{
background-color: #DA0080;
}
</style>
border-color css
<style>
span { border-color: #DA0080; }
span { border-color: rgb(218,0,128); }
td.TdClassName
{
border-color: #DA0080;
}
.TagClassName
{
border-color: #DA0080;
}
</style>