Shades of Medium Violet Red #DA1781
Tints of Medium Violet Red #DA1781
RGB
CMYK
RGB Variations
Color information
#DA1781 (or 0xDA1781) is known color: Medium Violet Red. HEX triplet: DA, 17 and 81. RGB value is (218,23,129). Sum of RGB (Red+Green+Blue) = 218+23+129=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1781 is #25E87E. Grayscale: #5D5D5D. Windows color (decimal): -2484351 or 8460250. OLE color: 8460250.
HSL color Cylindrical-coordinate representation of color #DA1781: hue angle of 327.38º 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 #DA1781 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 129 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.15 |
| HSL | 327.38º | 0.81% | 0.47% | - |
| HSV(B) | 327.38º | 0.89% | 0.85% | - |
| XYZ | 33.18 | 17.1 | 22.32 | - |
| YUV | 93.39 | 148.1 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 129 | 0 | 0.89 | 0.41 | 0.15 | 327.38 | 0.81 | 0.47 |
| Hex | DA | 17 | 81 | 0 | 59 | 29 | F | 147 | 51 | 2F |
| Octal | 332 | 27 | 201 | 0 | 131 | 51 | 17 | 507 | 121 | 57 |
| Binary | 11011010 | 10111 | 10000001 | 0 | 1011001 | 101001 | 1111 | 101000111 | 1010001 | 101111 |
Color Harmonies of #DA1781
Complementary color
Monochromatic Colors of #DA1781
Black with #DA1781
Text Example
Text Example
White with #DA1781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1781; }
p { color: rgb(218,23,129); }
H1.HeaderClassName
{
color: #DA1781;
}
.AnyTagClassName
{
color: #DA1781;
}
</style>
background-color css
<style>
a { background-color: #DA1781; }
a { background-color: rgb(218,23,129); }
div.DivClassName
{
background-color: #DA1781;
}
.BgClassName
{
background-color: #DA1781;
}
</style>
border-color css
<style>
span { border-color: #DA1781; }
span { border-color: rgb(218,23,129); }
td.TdClassName
{
border-color: #DA1781;
}
.TagClassName
{
border-color: #DA1781;
}
</style>