Shades of Medium Violet Red #DA0381
Tints of Medium Violet Red #DA0381
RGB
CMYK
RGB Variations
Color information
#DA0381 (or 0xDA0381) is known color: Medium Violet Red. HEX triplet: DA, 03 and 81. RGB value is (218,3,129). Sum of RGB (Red+Green+Blue) = 218+3+129=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0381 is #25FC7E. Grayscale: #515151. Windows color (decimal): -2489471 or 8455130. OLE color: 8455130.
HSL color Cylindrical-coordinate representation of color #DA0381: hue angle of 324.84º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0381 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 129 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.15 |
| HSL | 324.84º | 0.97% | 0.43% | - |
| HSV(B) | 324.84º | 0.99% | 0.85% | - |
| XYZ | 32.91 | 16.56 | 22.23 | - |
| YUV | 81.65 | 154.73 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 129 | 0 | 0.99 | 0.41 | 0.15 | 324.84 | 0.97 | 0.43 |
| Hex | DA | 3 | 81 | 0 | 63 | 29 | F | 145 | 61 | 2B |
| Octal | 332 | 3 | 201 | 0 | 143 | 51 | 17 | 505 | 141 | 53 |
| Binary | 11011010 | 11 | 10000001 | 0 | 1100011 | 101001 | 1111 | 101000101 | 1100001 | 101011 |
Color Harmonies of #DA0381
Complementary color
Monochromatic Colors of #DA0381
Black with #DA0381
Text Example
Text Example
White with #DA0381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0381; }
p { color: rgb(218,3,129); }
H1.HeaderClassName
{
color: #DA0381;
}
.AnyTagClassName
{
color: #DA0381;
}
</style>
background-color css
<style>
a { background-color: #DA0381; }
a { background-color: rgb(218,3,129); }
div.DivClassName
{
background-color: #DA0381;
}
.BgClassName
{
background-color: #DA0381;
}
</style>
border-color css
<style>
span { border-color: #DA0381; }
span { border-color: rgb(218,3,129); }
td.TdClassName
{
border-color: #DA0381;
}
.TagClassName
{
border-color: #DA0381;
}
</style>