Shades of Medium Violet Red #DA1798
Tints of Medium Violet Red #DA1798
RGB
CMYK
RGB Variations
Color information
#DA1798 (or 0xDA1798) is known color: Medium Violet Red. HEX triplet: DA, 17 and 98. RGB value is (218,23,152). Sum of RGB (Red+Green+Blue) = 218+23+152=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1798 is #25E867. Grayscale: #5F5F5F. Windows color (decimal): -2484328 or 9967578. OLE color: 9967578.
HSL color Cylindrical-coordinate representation of color #DA1798: hue angle of 320.31º 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 #DA1798 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 152 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.15 |
| HSL | 320.31º | 0.81% | 0.47% | - |
| HSV(B) | 320.31º | 0.89% | 0.85% | - |
| XYZ | 34.89 | 17.79 | 31.3 | - |
| YUV | 96.01 | 159.6 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 152 | 0 | 0.89 | 0.30 | 0.15 | 320.31 | 0.81 | 0.47 |
| Hex | DA | 17 | 98 | 0 | 59 | 1E | F | 140 | 51 | 2F |
| Octal | 332 | 27 | 230 | 0 | 131 | 36 | 17 | 500 | 121 | 57 |
| Binary | 11011010 | 10111 | 10011000 | 0 | 1011001 | 11110 | 1111 | 101000000 | 1010001 | 101111 |
Color Harmonies of #DA1798
Complementary color
Monochromatic Colors of #DA1798
Black with #DA1798
Text Example
Text Example
White with #DA1798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1798; }
p { color: rgb(218,23,152); }
H1.HeaderClassName
{
color: #DA1798;
}
.AnyTagClassName
{
color: #DA1798;
}
</style>
background-color css
<style>
a { background-color: #DA1798; }
a { background-color: rgb(218,23,152); }
div.DivClassName
{
background-color: #DA1798;
}
.BgClassName
{
background-color: #DA1798;
}
</style>
border-color css
<style>
span { border-color: #DA1798; }
span { border-color: rgb(218,23,152); }
td.TdClassName
{
border-color: #DA1798;
}
.TagClassName
{
border-color: #DA1798;
}
</style>