Shades of Medium Violet Red #DA1580
Tints of Medium Violet Red #DA1580
RGB
CMYK
RGB Variations
Color information
#DA1580 (or 0xDA1580) is known color: Medium Violet Red. HEX triplet: DA, 15 and 80. RGB value is (218,21,128). Sum of RGB (Red+Green+Blue) = 218+21+128=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1580 is #25EA7F. Grayscale: #5B5B5B. Windows color (decimal): -2484864 or 8394202. OLE color: 8394202.
HSL color Cylindrical-coordinate representation of color #DA1580: hue angle of 327.41º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1580 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 128 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.15 |
| HSL | 327.41º | 0.82% | 0.47% | - |
| HSV(B) | 327.41º | 0.9% | 0.85% | - |
| XYZ | 33.08 | 17 | 21.96 | - |
| YUV | 92.1 | 148.27 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 128 | 0 | 0.90 | 0.41 | 0.15 | 327.41 | 0.82 | 0.47 |
| Hex | DA | 15 | 80 | 0 | 5A | 29 | F | 147 | 52 | 2F |
| Octal | 332 | 25 | 200 | 0 | 132 | 51 | 17 | 507 | 122 | 57 |
| Binary | 11011010 | 10101 | 10000000 | 0 | 1011010 | 101001 | 1111 | 101000111 | 1010010 | 101111 |
Color Harmonies of #DA1580
Complementary color
Monochromatic Colors of #DA1580
Black with #DA1580
Text Example
Text Example
White with #DA1580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1580; }
p { color: rgb(218,21,128); }
H1.HeaderClassName
{
color: #DA1580;
}
.AnyTagClassName
{
color: #DA1580;
}
</style>
background-color css
<style>
a { background-color: #DA1580; }
a { background-color: rgb(218,21,128); }
div.DivClassName
{
background-color: #DA1580;
}
.BgClassName
{
background-color: #DA1580;
}
</style>
border-color css
<style>
span { border-color: #DA1580; }
span { border-color: rgb(218,21,128); }
td.TdClassName
{
border-color: #DA1580;
}
.TagClassName
{
border-color: #DA1580;
}
</style>