Shades of Medium Violet Red #DA1780
Tints of Medium Violet Red #DA1780
RGB
CMYK
RGB Variations
Color information
#DA1780 (or 0xDA1780) is known color: Medium Violet Red. HEX triplet: DA, 17 and 80. RGB value is (218,23,128). Sum of RGB (Red+Green+Blue) = 218+23+128=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1780 is #25E87F. Grayscale: #5D5D5D. Windows color (decimal): -2484352 or 8394714. OLE color: 8394714.
HSL color Cylindrical-coordinate representation of color #DA1780: hue angle of 327.69º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1780 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 128 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.15 |
| HSL | 327.69º | 0.81% | 0.47% | - |
| HSV(B) | 327.69º | 0.89% | 0.85% | - |
| XYZ | 33.12 | 17.08 | 21.97 | - |
| YUV | 93.28 | 147.6 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 128 | 0 | 0.89 | 0.41 | 0.15 | 327.69 | 0.81 | 0.47 |
| Hex | DA | 17 | 80 | 0 | 59 | 29 | F | 148 | 51 | 2F |
| Octal | 332 | 27 | 200 | 0 | 131 | 51 | 17 | 510 | 121 | 57 |
| Binary | 11011010 | 10111 | 10000000 | 0 | 1011001 | 101001 | 1111 | 101001000 | 1010001 | 101111 |
Color Harmonies of #DA1780
Complementary color
Monochromatic Colors of #DA1780
Black with #DA1780
Text Example
Text Example
White with #DA1780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1780; }
p { color: rgb(218,23,128); }
H1.HeaderClassName
{
color: #DA1780;
}
.AnyTagClassName
{
color: #DA1780;
}
</style>
background-color css
<style>
a { background-color: #DA1780; }
a { background-color: rgb(218,23,128); }
div.DivClassName
{
background-color: #DA1780;
}
.BgClassName
{
background-color: #DA1780;
}
</style>
border-color css
<style>
span { border-color: #DA1780; }
span { border-color: rgb(218,23,128); }
td.TdClassName
{
border-color: #DA1780;
}
.TagClassName
{
border-color: #DA1780;
}
</style>