Shades of Medium Violet Red #DA1788
Tints of Medium Violet Red #DA1788
RGB
CMYK
RGB Variations
Color information
#DA1788 (or 0xDA1788) is known color: Medium Violet Red. HEX triplet: DA, 17 and 88. RGB value is (218,23,136). Sum of RGB (Red+Green+Blue) = 218+23+136=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1788 is #25E877. Grayscale: #5D5D5D. Windows color (decimal): -2484344 or 8919002. OLE color: 8919002.
HSL color Cylindrical-coordinate representation of color #DA1788: hue angle of 325.23º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1788 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 136 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.15 |
| HSL | 325.23º | 0.81% | 0.47% | - |
| HSV(B) | 325.23º | 0.89% | 0.85% | - |
| XYZ | 33.66 | 17.3 | 24.86 | - |
| YUV | 94.19 | 151.6 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 136 | 0 | 0.89 | 0.38 | 0.15 | 325.23 | 0.81 | 0.47 |
| Hex | DA | 17 | 88 | 0 | 59 | 26 | F | 145 | 51 | 2F |
| Octal | 332 | 27 | 210 | 0 | 131 | 46 | 17 | 505 | 121 | 57 |
| Binary | 11011010 | 10111 | 10001000 | 0 | 1011001 | 100110 | 1111 | 101000101 | 1010001 | 101111 |
Color Harmonies of #DA1788
Complementary color
Monochromatic Colors of #DA1788
Black with #DA1788
Text Example
Text Example
White with #DA1788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1788; }
p { color: rgb(218,23,136); }
H1.HeaderClassName
{
color: #DA1788;
}
.AnyTagClassName
{
color: #DA1788;
}
</style>
background-color css
<style>
a { background-color: #DA1788; }
a { background-color: rgb(218,23,136); }
div.DivClassName
{
background-color: #DA1788;
}
.BgClassName
{
background-color: #DA1788;
}
</style>
border-color css
<style>
span { border-color: #DA1788; }
span { border-color: rgb(218,23,136); }
td.TdClassName
{
border-color: #DA1788;
}
.TagClassName
{
border-color: #DA1788;
}
</style>