Shades of Medium Violet Red #DA0885
Tints of Medium Violet Red #DA0885
RGB
CMYK
RGB Variations
Color information
#DA0885 (or 0xDA0885) is known color: Medium Violet Red. HEX triplet: DA, 08 and 85. RGB value is (218,8,133). Sum of RGB (Red+Green+Blue) = 218+8+133=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0885 is #25F77A. Grayscale: #545454. Windows color (decimal): -2488187 or 8718554. OLE color: 8718554.
HSL color Cylindrical-coordinate representation of color #DA0885: hue angle of 324.29º 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 #DA0885 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 133 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.15 |
| HSL | 324.29º | 0.93% | 0.44% | - |
| HSV(B) | 324.29º | 0.96% | 0.85% | - |
| XYZ | 33.23 | 16.77 | 23.68 | - |
| YUV | 85.04 | 155.07 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 133 | 0 | 0.96 | 0.39 | 0.15 | 324.29 | 0.93 | 0.44 |
| Hex | DA | 8 | 85 | 0 | 60 | 27 | F | 144 | 5D | 2C |
| Octal | 332 | 10 | 205 | 0 | 140 | 47 | 17 | 504 | 135 | 54 |
| Binary | 11011010 | 1000 | 10000101 | 0 | 1100000 | 100111 | 1111 | 101000100 | 1011101 | 101100 |
Color Harmonies of #DA0885
Complementary color
Monochromatic Colors of #DA0885
Black with #DA0885
Text Example
Text Example
White with #DA0885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0885; }
p { color: rgb(218,8,133); }
H1.HeaderClassName
{
color: #DA0885;
}
.AnyTagClassName
{
color: #DA0885;
}
</style>
background-color css
<style>
a { background-color: #DA0885; }
a { background-color: rgb(218,8,133); }
div.DivClassName
{
background-color: #DA0885;
}
.BgClassName
{
background-color: #DA0885;
}
</style>
border-color css
<style>
span { border-color: #DA0885; }
span { border-color: rgb(218,8,133); }
td.TdClassName
{
border-color: #DA0885;
}
.TagClassName
{
border-color: #DA0885;
}
</style>