Shades of Medium Violet Red #DA1381
Tints of Medium Violet Red #DA1381
RGB
CMYK
RGB Variations
Color information
#DA1381 (or 0xDA1381) is known color: Medium Violet Red. HEX triplet: DA, 13 and 81. RGB value is (218,19,129). Sum of RGB (Red+Green+Blue) = 218+19+129=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1381 is #25EC7E. Grayscale: #5A5A5A. Windows color (decimal): -2485375 or 8459226. OLE color: 8459226.
HSL color Cylindrical-coordinate representation of color #DA1381: hue angle of 326.83º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1381 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 129 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.15 |
| HSL | 326.83º | 0.84% | 0.46% | - |
| HSV(B) | 326.83º | 0.91% | 0.85% | - |
| XYZ | 33.11 | 16.96 | 22.3 | - |
| YUV | 91.04 | 149.43 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 129 | 0 | 0.91 | 0.41 | 0.15 | 326.83 | 0.84 | 0.46 |
| Hex | DA | 13 | 81 | 0 | 5B | 29 | F | 147 | 54 | 2E |
| Octal | 332 | 23 | 201 | 0 | 133 | 51 | 17 | 507 | 124 | 56 |
| Binary | 11011010 | 10011 | 10000001 | 0 | 1011011 | 101001 | 1111 | 101000111 | 1010100 | 101110 |
Color Harmonies of #DA1381
Complementary color
Monochromatic Colors of #DA1381
Black with #DA1381
Text Example
Text Example
White with #DA1381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1381; }
p { color: rgb(218,19,129); }
H1.HeaderClassName
{
color: #DA1381;
}
.AnyTagClassName
{
color: #DA1381;
}
</style>
background-color css
<style>
a { background-color: #DA1381; }
a { background-color: rgb(218,19,129); }
div.DivClassName
{
background-color: #DA1381;
}
.BgClassName
{
background-color: #DA1381;
}
</style>
border-color css
<style>
span { border-color: #DA1381; }
span { border-color: rgb(218,19,129); }
td.TdClassName
{
border-color: #DA1381;
}
.TagClassName
{
border-color: #DA1381;
}
</style>