Shades of Medium Violet Red #DA1799
Tints of Medium Violet Red #DA1799
RGB
CMYK
RGB Variations
Color information
#DA1799 (or 0xDA1799) is known color: Medium Violet Red. HEX triplet: DA, 17 and 99. RGB value is (218,23,153). Sum of RGB (Red+Green+Blue) = 218+23+153=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1799 is #25E866. Grayscale: #5F5F5F. Windows color (decimal): -2484327 or 10033114. OLE color: 10033114.
HSL color Cylindrical-coordinate representation of color #DA1799: hue angle of 320º 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 #DA1799 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 153 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.15 |
| HSL | 320º | 0.81% | 0.47% | - |
| HSV(B) | 320º | 0.89% | 0.85% | - |
| XYZ | 34.97 | 17.82 | 31.73 | - |
| YUV | 96.13 | 160.1 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 153 | 0 | 0.89 | 0.30 | 0.15 | 320 | 0.81 | 0.47 |
| Hex | DA | 17 | 99 | 0 | 59 | 1E | F | 140 | 51 | 2F |
| Octal | 332 | 27 | 231 | 0 | 131 | 36 | 17 | 500 | 121 | 57 |
| Binary | 11011010 | 10111 | 10011001 | 0 | 1011001 | 11110 | 1111 | 101000000 | 1010001 | 101111 |
Color Harmonies of #DA1799
Complementary color
Monochromatic Colors of #DA1799
Black with #DA1799
Text Example
Text Example
White with #DA1799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1799; }
p { color: rgb(218,23,153); }
H1.HeaderClassName
{
color: #DA1799;
}
.AnyTagClassName
{
color: #DA1799;
}
</style>
background-color css
<style>
a { background-color: #DA1799; }
a { background-color: rgb(218,23,153); }
div.DivClassName
{
background-color: #DA1799;
}
.BgClassName
{
background-color: #DA1799;
}
</style>
border-color css
<style>
span { border-color: #DA1799; }
span { border-color: rgb(218,23,153); }
td.TdClassName
{
border-color: #DA1799;
}
.TagClassName
{
border-color: #DA1799;
}
</style>