Shades of Medium Violet Red #DA0883
Tints of Medium Violet Red #DA0883
RGB
CMYK
RGB Variations
Color information
#DA0883 (or 0xDA0883) is known color: Medium Violet Red. HEX triplet: DA, 08 and 83. RGB value is (218,8,131). Sum of RGB (Red+Green+Blue) = 218+8+131=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0883 is #25F77C. Grayscale: #545454. Windows color (decimal): -2488189 or 8587482. OLE color: 8587482.
HSL color Cylindrical-coordinate representation of color #DA0883: hue angle of 324.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0883 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 131 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.15 |
| HSL | 324.86º | 0.93% | 0.44% | - |
| HSV(B) | 324.86º | 0.96% | 0.85% | - |
| XYZ | 33.1 | 16.72 | 22.96 | - |
| YUV | 84.81 | 154.07 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 131 | 0 | 0.96 | 0.40 | 0.15 | 324.86 | 0.93 | 0.44 |
| Hex | DA | 8 | 83 | 0 | 60 | 28 | F | 145 | 5D | 2C |
| Octal | 332 | 10 | 203 | 0 | 140 | 50 | 17 | 505 | 135 | 54 |
| Binary | 11011010 | 1000 | 10000011 | 0 | 1100000 | 101000 | 1111 | 101000101 | 1011101 | 101100 |
Color Harmonies of #DA0883
Complementary color
Monochromatic Colors of #DA0883
Black with #DA0883
Text Example
Text Example
White with #DA0883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0883; }
p { color: rgb(218,8,131); }
H1.HeaderClassName
{
color: #DA0883;
}
.AnyTagClassName
{
color: #DA0883;
}
</style>
background-color css
<style>
a { background-color: #DA0883; }
a { background-color: rgb(218,8,131); }
div.DivClassName
{
background-color: #DA0883;
}
.BgClassName
{
background-color: #DA0883;
}
</style>
border-color css
<style>
span { border-color: #DA0883; }
span { border-color: rgb(218,8,131); }
td.TdClassName
{
border-color: #DA0883;
}
.TagClassName
{
border-color: #DA0883;
}
</style>