Shades of Medium Violet Red #DA1386
Tints of Medium Violet Red #DA1386
RGB
CMYK
RGB Variations
Color information
#DA1386 (or 0xDA1386) is known color: Medium Violet Red. HEX triplet: DA, 13 and 86. RGB value is (218,19,134). Sum of RGB (Red+Green+Blue) = 218+19+134=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1386 is #25EC79. Grayscale: #5B5B5B. Windows color (decimal): -2485370 or 8786906. OLE color: 8786906.
HSL color Cylindrical-coordinate representation of color #DA1386: hue angle of 325.33º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1386 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 134 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.15 |
| HSL | 325.33º | 0.84% | 0.46% | - |
| HSV(B) | 325.33º | 0.91% | 0.85% | - |
| XYZ | 33.45 | 17.09 | 24.09 | - |
| YUV | 91.61 | 151.93 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 134 | 0 | 0.91 | 0.39 | 0.15 | 325.33 | 0.84 | 0.46 |
| Hex | DA | 13 | 86 | 0 | 5B | 27 | F | 145 | 54 | 2E |
| Octal | 332 | 23 | 206 | 0 | 133 | 47 | 17 | 505 | 124 | 56 |
| Binary | 11011010 | 10011 | 10000110 | 0 | 1011011 | 100111 | 1111 | 101000101 | 1010100 | 101110 |
Color Harmonies of #DA1386
Complementary color
Monochromatic Colors of #DA1386
Black with #DA1386
Text Example
Text Example
White with #DA1386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1386; }
p { color: rgb(218,19,134); }
H1.HeaderClassName
{
color: #DA1386;
}
.AnyTagClassName
{
color: #DA1386;
}
</style>
background-color css
<style>
a { background-color: #DA1386; }
a { background-color: rgb(218,19,134); }
div.DivClassName
{
background-color: #DA1386;
}
.BgClassName
{
background-color: #DA1386;
}
</style>
border-color css
<style>
span { border-color: #DA1386; }
span { border-color: rgb(218,19,134); }
td.TdClassName
{
border-color: #DA1386;
}
.TagClassName
{
border-color: #DA1386;
}
</style>