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