Shades of Medium Violet Red #DA0382
Tints of Medium Violet Red #DA0382
RGB
CMYK
RGB Variations
Color information
#DA0382 (or 0xDA0382) is known color: Medium Violet Red. HEX triplet: DA, 03 and 82. RGB value is (218,3,130). Sum of RGB (Red+Green+Blue) = 218+3+130=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0382 is #25FC7D. Grayscale: #515151. Windows color (decimal): -2489470 or 8520666. OLE color: 8520666.
HSL color Cylindrical-coordinate representation of color #DA0382: hue angle of 324.56º 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 #DA0382 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 130 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.15 |
| HSL | 324.56º | 0.97% | 0.43% | - |
| HSV(B) | 324.56º | 0.99% | 0.85% | - |
| XYZ | 32.98 | 16.58 | 22.58 | - |
| YUV | 81.76 | 155.23 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 130 | 0 | 0.99 | 0.40 | 0.15 | 324.56 | 0.97 | 0.43 |
| Hex | DA | 3 | 82 | 0 | 63 | 28 | F | 145 | 61 | 2B |
| Octal | 332 | 3 | 202 | 0 | 143 | 50 | 17 | 505 | 141 | 53 |
| Binary | 11011010 | 11 | 10000010 | 0 | 1100011 | 101000 | 1111 | 101000101 | 1100001 | 101011 |
Color Harmonies of #DA0382
Complementary color
Monochromatic Colors of #DA0382
Black with #DA0382
Text Example
Text Example
White with #DA0382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0382; }
p { color: rgb(218,3,130); }
H1.HeaderClassName
{
color: #DA0382;
}
.AnyTagClassName
{
color: #DA0382;
}
</style>
background-color css
<style>
a { background-color: #DA0382; }
a { background-color: rgb(218,3,130); }
div.DivClassName
{
background-color: #DA0382;
}
.BgClassName
{
background-color: #DA0382;
}
</style>
border-color css
<style>
span { border-color: #DA0382; }
span { border-color: rgb(218,3,130); }
td.TdClassName
{
border-color: #DA0382;
}
.TagClassName
{
border-color: #DA0382;
}
</style>