Shades of Medium Violet Red #DA087E
Tints of Medium Violet Red #DA087E
RGB
CMYK
RGB Variations
Color information
#DA087E (or 0xDA087E) is known color: Medium Violet Red. HEX triplet: DA, 08 and 7E. RGB value is (218,8,126). Sum of RGB (Red+Green+Blue) = 218+8+126=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA087E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA087E is #25F781. Grayscale: #535353. Windows color (decimal): -2488194 or 8259802. OLE color: 8259802.
HSL color Cylindrical-coordinate representation of color #DA087E: hue angle of 326.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 #DA087E is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 126 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.15 |
| HSL | 326.29º | 0.93% | 0.44% | - |
| HSV(B) | 326.29º | 0.96% | 0.85% | - |
| XYZ | 32.77 | 16.59 | 21.21 | - |
| YUV | 84.24 | 151.57 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 126 | 0 | 0.96 | 0.42 | 0.15 | 326.29 | 0.93 | 0.44 |
| Hex | DA | 8 | 7E | 0 | 60 | 2A | F | 146 | 5D | 2C |
| Octal | 332 | 10 | 176 | 0 | 140 | 52 | 17 | 506 | 135 | 54 |
| Binary | 11011010 | 1000 | 1111110 | 0 | 1100000 | 101010 | 1111 | 101000110 | 1011101 | 101100 |
Color Harmonies of #DA087E
Complementary color
Monochromatic Colors of #DA087E
Black with #DA087E
Text Example
Text Example
White with #DA087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA087E; }
p { color: rgb(218,8,126); }
H1.HeaderClassName
{
color: #DA087E;
}
.AnyTagClassName
{
color: #DA087E;
}
</style>
background-color css
<style>
a { background-color: #DA087E; }
a { background-color: rgb(218,8,126); }
div.DivClassName
{
background-color: #DA087E;
}
.BgClassName
{
background-color: #DA087E;
}
</style>
border-color css
<style>
span { border-color: #DA087E; }
span { border-color: rgb(218,8,126); }
td.TdClassName
{
border-color: #DA087E;
}
.TagClassName
{
border-color: #DA087E;
}
</style>