Shades of Medium Violet Red #DA0083
Tints of Medium Violet Red #DA0083
RGB
CMYK
RGB Variations
Color information
#DA0083 (or 0xDA0083) is known color: Medium Violet Red. HEX triplet: DA, 00 and 83. RGB value is (218,0,131). Sum of RGB (Red+Green+Blue) = 218+0+131=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0083 is #25FF7C. Grayscale: #4F4F4F. Windows color (decimal): -2490237 or 8585434. OLE color: 8585434.
HSL color Cylindrical-coordinate representation of color #DA0083: hue angle of 323.94º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0083 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.40 | 0.15 |
| HSL | 323.94º | 1% | 0.43% | - |
| HSV(B) | 323.94º | 1% | 0.85% | - |
| XYZ | 33.01 | 16.54 | 22.93 | - |
| YUV | 80.12 | 156.72 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 131 | 0 | 1 | 0.40 | 0.15 | 323.94 | 1 | 0.43 |
| Hex | DA | 0 | 83 | 0 | 64 | 28 | F | 144 | 64 | 2B |
| Octal | 332 | 0 | 203 | 0 | 144 | 50 | 17 | 504 | 144 | 53 |
| Binary | 11011010 | 0 | 10000011 | 0 | 1100100 | 101000 | 1111 | 101000100 | 1100100 | 101011 |
Color Harmonies of #DA0083
Complementary color
Monochromatic Colors of #DA0083
Black with #DA0083
Text Example
Text Example
White with #DA0083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0083; }
p { color: rgb(218,0,131); }
H1.HeaderClassName
{
color: #DA0083;
}
.AnyTagClassName
{
color: #DA0083;
}
</style>
background-color css
<style>
a { background-color: #DA0083; }
a { background-color: rgb(218,0,131); }
div.DivClassName
{
background-color: #DA0083;
}
.BgClassName
{
background-color: #DA0083;
}
</style>
border-color css
<style>
span { border-color: #DA0083; }
span { border-color: rgb(218,0,131); }
td.TdClassName
{
border-color: #DA0083;
}
.TagClassName
{
border-color: #DA0083;
}
</style>