Shades of Medium Violet Red #DA078A
Tints of Medium Violet Red #DA078A
RGB
CMYK
RGB Variations
Color information
#DA078A (or 0xDA078A) is known color: Medium Violet Red. HEX triplet: DA, 07 and 8A. RGB value is (218,7,138). Sum of RGB (Red+Green+Blue) = 218+7+138=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA078A is #25F875. Grayscale: #545454. Windows color (decimal): -2488438 or 9045978. OLE color: 9045978.
HSL color Cylindrical-coordinate representation of color #DA078A: hue angle of 322.75º 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 #DA078A is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 138 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.15 |
| HSL | 322.75º | 0.94% | 0.44% | - |
| HSV(B) | 322.75º | 0.97% | 0.85% | - |
| XYZ | 33.58 | 16.89 | 25.54 | - |
| YUV | 85.02 | 157.9 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 138 | 0 | 0.97 | 0.37 | 0.15 | 322.75 | 0.94 | 0.44 |
| Hex | DA | 7 | 8A | 0 | 61 | 25 | F | 143 | 5E | 2C |
| Octal | 332 | 7 | 212 | 0 | 141 | 45 | 17 | 503 | 136 | 54 |
| Binary | 11011010 | 111 | 10001010 | 0 | 1100001 | 100101 | 1111 | 101000011 | 1011110 | 101100 |
Color Harmonies of #DA078A
Complementary color
Monochromatic Colors of #DA078A
Black with #DA078A
Text Example
Text Example
White with #DA078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA078A; }
p { color: rgb(218,7,138); }
H1.HeaderClassName
{
color: #DA078A;
}
.AnyTagClassName
{
color: #DA078A;
}
</style>
background-color css
<style>
a { background-color: #DA078A; }
a { background-color: rgb(218,7,138); }
div.DivClassName
{
background-color: #DA078A;
}
.BgClassName
{
background-color: #DA078A;
}
</style>
border-color css
<style>
span { border-color: #DA078A; }
span { border-color: rgb(218,7,138); }
td.TdClassName
{
border-color: #DA078A;
}
.TagClassName
{
border-color: #DA078A;
}
</style>