Shades of Medium Violet Red #DA0880
Tints of Medium Violet Red #DA0880
RGB
CMYK
RGB Variations
Color information
#DA0880 (or 0xDA0880) is known color: Medium Violet Red. HEX triplet: DA, 08 and 80. RGB value is (218,8,128). Sum of RGB (Red+Green+Blue) = 218+8+128=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0880 is #25F77F. Grayscale: #545454. Windows color (decimal): -2488192 or 8390874. OLE color: 8390874.
HSL color Cylindrical-coordinate representation of color #DA0880: hue angle of 325.71º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0880 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 128 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.15 |
| HSL | 325.71º | 0.93% | 0.44% | - |
| HSV(B) | 325.71º | 0.96% | 0.85% | - |
| XYZ | 32.9 | 16.64 | 21.9 | - |
| YUV | 84.47 | 152.57 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 128 | 0 | 0.96 | 0.41 | 0.15 | 325.71 | 0.93 | 0.44 |
| Hex | DA | 8 | 80 | 0 | 60 | 29 | F | 146 | 5D | 2C |
| Octal | 332 | 10 | 200 | 0 | 140 | 51 | 17 | 506 | 135 | 54 |
| Binary | 11011010 | 1000 | 10000000 | 0 | 1100000 | 101001 | 1111 | 101000110 | 1011101 | 101100 |
Color Harmonies of #DA0880
Complementary color
Monochromatic Colors of #DA0880
Black with #DA0880
Text Example
Text Example
White with #DA0880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0880; }
p { color: rgb(218,8,128); }
H1.HeaderClassName
{
color: #DA0880;
}
.AnyTagClassName
{
color: #DA0880;
}
</style>
background-color css
<style>
a { background-color: #DA0880; }
a { background-color: rgb(218,8,128); }
div.DivClassName
{
background-color: #DA0880;
}
.BgClassName
{
background-color: #DA0880;
}
</style>
border-color css
<style>
span { border-color: #DA0880; }
span { border-color: rgb(218,8,128); }
td.TdClassName
{
border-color: #DA0880;
}
.TagClassName
{
border-color: #DA0880;
}
</style>