Shades of Medium Violet Red #DA1085
Tints of Medium Violet Red #DA1085
RGB
CMYK
RGB Variations
Color information
#DA1085 (or 0xDA1085) is known color: Medium Violet Red. HEX triplet: DA, 10 and 85. RGB value is (218,16,133). Sum of RGB (Red+Green+Blue) = 218+16+133=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1085 is #25EF7A. Grayscale: #595959. Windows color (decimal): -2486139 or 8720602. OLE color: 8720602.
HSL color Cylindrical-coordinate representation of color #DA1085: hue angle of 325.25º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA1085 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 133 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.15 |
| HSL | 325.25º | 0.86% | 0.46% | - |
| HSV(B) | 325.25º | 0.93% | 0.85% | - |
| XYZ | 33.33 | 16.97 | 23.71 | - |
| YUV | 89.74 | 152.42 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 133 | 0 | 0.93 | 0.39 | 0.15 | 325.25 | 0.86 | 0.46 |
| Hex | DA | 10 | 85 | 0 | 5D | 27 | F | 145 | 56 | 2E |
| Octal | 332 | 20 | 205 | 0 | 135 | 47 | 17 | 505 | 126 | 56 |
| Binary | 11011010 | 10000 | 10000101 | 0 | 1011101 | 100111 | 1111 | 101000101 | 1010110 | 101110 |
Color Harmonies of #DA1085
Complementary color
Monochromatic Colors of #DA1085
Black with #DA1085
Text Example
Text Example
White with #DA1085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1085; }
p { color: rgb(218,16,133); }
H1.HeaderClassName
{
color: #DA1085;
}
.AnyTagClassName
{
color: #DA1085;
}
</style>
background-color css
<style>
a { background-color: #DA1085; }
a { background-color: rgb(218,16,133); }
div.DivClassName
{
background-color: #DA1085;
}
.BgClassName
{
background-color: #DA1085;
}
</style>
border-color css
<style>
span { border-color: #DA1085; }
span { border-color: rgb(218,16,133); }
td.TdClassName
{
border-color: #DA1085;
}
.TagClassName
{
border-color: #DA1085;
}
</style>