Shades of Medium Violet Red #DA0788
Tints of Medium Violet Red #DA0788
RGB
CMYK
RGB Variations
Color information
#DA0788 (or 0xDA0788) is known color: Medium Violet Red. HEX triplet: DA, 07 and 88. RGB value is (218,7,136). Sum of RGB (Red+Green+Blue) = 218+7+136=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0788 is #25F877. Grayscale: #545454. Windows color (decimal): -2488440 or 8914906. OLE color: 8914906.
HSL color Cylindrical-coordinate representation of color #DA0788: hue angle of 323.32º 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 #DA0788 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 136 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.15 |
| HSL | 323.32º | 0.94% | 0.44% | - |
| HSV(B) | 323.32º | 0.97% | 0.85% | - |
| XYZ | 33.43 | 16.83 | 24.78 | - |
| YUV | 84.8 | 156.9 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 136 | 0 | 0.97 | 0.38 | 0.15 | 323.32 | 0.94 | 0.44 |
| Hex | DA | 7 | 88 | 0 | 61 | 26 | F | 143 | 5E | 2C |
| Octal | 332 | 7 | 210 | 0 | 141 | 46 | 17 | 503 | 136 | 54 |
| Binary | 11011010 | 111 | 10001000 | 0 | 1100001 | 100110 | 1111 | 101000011 | 1011110 | 101100 |
Color Harmonies of #DA0788
Complementary color
Monochromatic Colors of #DA0788
Black with #DA0788
Text Example
Text Example
White with #DA0788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0788; }
p { color: rgb(218,7,136); }
H1.HeaderClassName
{
color: #DA0788;
}
.AnyTagClassName
{
color: #DA0788;
}
</style>
background-color css
<style>
a { background-color: #DA0788; }
a { background-color: rgb(218,7,136); }
div.DivClassName
{
background-color: #DA0788;
}
.BgClassName
{
background-color: #DA0788;
}
</style>
border-color css
<style>
span { border-color: #DA0788; }
span { border-color: rgb(218,7,136); }
td.TdClassName
{
border-color: #DA0788;
}
.TagClassName
{
border-color: #DA0788;
}
</style>