Shades of Medium Violet Red #DA0985
Tints of Medium Violet Red #DA0985
RGB
CMYK
RGB Variations
Color information
#DA0985 (or 0xDA0985) is known color: Medium Violet Red. HEX triplet: DA, 09 and 85. RGB value is (218,9,133). Sum of RGB (Red+Green+Blue) = 218+9+133=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0985 is #25F67A. Grayscale: #555555. Windows color (decimal): -2487931 or 8718810. OLE color: 8718810.
HSL color Cylindrical-coordinate representation of color #DA0985: hue angle of 324.4º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0985 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 133 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.15 |
| HSL | 324.4º | 0.92% | 0.45% | - |
| HSV(B) | 324.4º | 0.96% | 0.85% | - |
| XYZ | 33.24 | 16.79 | 23.68 | - |
| YUV | 85.63 | 154.74 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 133 | 0 | 0.96 | 0.39 | 0.15 | 324.4 | 0.92 | 0.45 |
| Hex | DA | 9 | 85 | 0 | 60 | 27 | F | 144 | 5C | 2D |
| Octal | 332 | 11 | 205 | 0 | 140 | 47 | 17 | 504 | 134 | 55 |
| Binary | 11011010 | 1001 | 10000101 | 0 | 1100000 | 100111 | 1111 | 101000100 | 1011100 | 101101 |
Color Harmonies of #DA0985
Complementary color
Monochromatic Colors of #DA0985
Black with #DA0985
Text Example
Text Example
White with #DA0985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0985; }
p { color: rgb(218,9,133); }
H1.HeaderClassName
{
color: #DA0985;
}
.AnyTagClassName
{
color: #DA0985;
}
</style>
background-color css
<style>
a { background-color: #DA0985; }
a { background-color: rgb(218,9,133); }
div.DivClassName
{
background-color: #DA0985;
}
.BgClassName
{
background-color: #DA0985;
}
</style>
border-color css
<style>
span { border-color: #DA0985; }
span { border-color: rgb(218,9,133); }
td.TdClassName
{
border-color: #DA0985;
}
.TagClassName
{
border-color: #DA0985;
}
</style>