Shades of Medium Violet Red #DA078B
Tints of Medium Violet Red #DA078B
RGB
CMYK
RGB Variations
Color information
#DA078B (or 0xDA078B) is known color: Medium Violet Red. HEX triplet: DA, 07 and 8B. RGB value is (218,7,139). Sum of RGB (Red+Green+Blue) = 218+7+139=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA078B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA078B is #25F874. Grayscale: #545454. Windows color (decimal): -2488437 or 9111514. OLE color: 9111514.
HSL color Cylindrical-coordinate representation of color #DA078B: hue angle of 322.46º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA078B is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 139 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.15 |
| HSL | 322.46º | 0.94% | 0.44% | - |
| HSV(B) | 322.46º | 0.97% | 0.85% | - |
| XYZ | 33.65 | 16.92 | 25.92 | - |
| YUV | 85.14 | 158.4 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 139 | 0 | 0.97 | 0.36 | 0.15 | 322.46 | 0.94 | 0.44 |
| Hex | DA | 7 | 8B | 0 | 61 | 24 | F | 142 | 5E | 2C |
| Octal | 332 | 7 | 213 | 0 | 141 | 44 | 17 | 502 | 136 | 54 |
| Binary | 11011010 | 111 | 10001011 | 0 | 1100001 | 100100 | 1111 | 101000010 | 1011110 | 101100 |
Color Harmonies of #DA078B
Complementary color
Monochromatic Colors of #DA078B
Black with #DA078B
Text Example
Text Example
White with #DA078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA078B; }
p { color: rgb(218,7,139); }
H1.HeaderClassName
{
color: #DA078B;
}
.AnyTagClassName
{
color: #DA078B;
}
</style>
background-color css
<style>
a { background-color: #DA078B; }
a { background-color: rgb(218,7,139); }
div.DivClassName
{
background-color: #DA078B;
}
.BgClassName
{
background-color: #DA078B;
}
</style>
border-color css
<style>
span { border-color: #DA078B; }
span { border-color: rgb(218,7,139); }
td.TdClassName
{
border-color: #DA078B;
}
.TagClassName
{
border-color: #DA078B;
}
</style>