Shades of Medium Violet Red #DA0386
Tints of Medium Violet Red #DA0386
RGB
CMYK
RGB Variations
Color information
#DA0386 (or 0xDA0386) is known color: Medium Violet Red. HEX triplet: DA, 03 and 86. RGB value is (218,3,134). Sum of RGB (Red+Green+Blue) = 218+3+134=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0386 is #25FC79. Grayscale: #515151. Windows color (decimal): -2489466 or 8782810. OLE color: 8782810.
HSL color Cylindrical-coordinate representation of color #DA0386: hue angle of 323.44º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0386 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 134 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.15 |
| HSL | 323.44º | 0.97% | 0.43% | - |
| HSV(B) | 323.44º | 0.99% | 0.85% | - |
| XYZ | 33.25 | 16.69 | 24.02 | - |
| YUV | 82.22 | 157.23 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 134 | 0 | 0.99 | 0.39 | 0.15 | 323.44 | 0.97 | 0.43 |
| Hex | DA | 3 | 86 | 0 | 63 | 27 | F | 143 | 61 | 2B |
| Octal | 332 | 3 | 206 | 0 | 143 | 47 | 17 | 503 | 141 | 53 |
| Binary | 11011010 | 11 | 10000110 | 0 | 1100011 | 100111 | 1111 | 101000011 | 1100001 | 101011 |
Color Harmonies of #DA0386
Complementary color
Monochromatic Colors of #DA0386
Black with #DA0386
Text Example
Text Example
White with #DA0386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0386; }
p { color: rgb(218,3,134); }
H1.HeaderClassName
{
color: #DA0386;
}
.AnyTagClassName
{
color: #DA0386;
}
</style>
background-color css
<style>
a { background-color: #DA0386; }
a { background-color: rgb(218,3,134); }
div.DivClassName
{
background-color: #DA0386;
}
.BgClassName
{
background-color: #DA0386;
}
</style>
border-color css
<style>
span { border-color: #DA0386; }
span { border-color: rgb(218,3,134); }
td.TdClassName
{
border-color: #DA0386;
}
.TagClassName
{
border-color: #DA0386;
}
</style>