Shades of Medium Violet Red #DA1696
Tints of Medium Violet Red #DA1696
RGB
CMYK
RGB Variations
Color information
#DA1696 (or 0xDA1696) is known color: Medium Violet Red. HEX triplet: DA, 16 and 96. RGB value is (218,22,150). Sum of RGB (Red+Green+Blue) = 218+22+150=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1696 is #25E969. Grayscale: #5E5E5E. Windows color (decimal): -2484586 or 9836250. OLE color: 9836250.
HSL color Cylindrical-coordinate representation of color #DA1696: hue angle of 320.82º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1696 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 150 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.15 |
| HSL | 320.82º | 0.82% | 0.47% | - |
| HSV(B) | 320.82º | 0.9% | 0.85% | - |
| XYZ | 34.71 | 17.68 | 30.44 | - |
| YUV | 95.2 | 158.93 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 150 | 0 | 0.90 | 0.31 | 0.15 | 320.82 | 0.82 | 0.47 |
| Hex | DA | 16 | 96 | 0 | 5A | 1F | F | 141 | 52 | 2F |
| Octal | 332 | 26 | 226 | 0 | 132 | 37 | 17 | 501 | 122 | 57 |
| Binary | 11011010 | 10110 | 10010110 | 0 | 1011010 | 11111 | 1111 | 101000001 | 1010010 | 101111 |
Color Harmonies of #DA1696
Complementary color
Monochromatic Colors of #DA1696
Black with #DA1696
Text Example
Text Example
White with #DA1696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1696; }
p { color: rgb(218,22,150); }
H1.HeaderClassName
{
color: #DA1696;
}
.AnyTagClassName
{
color: #DA1696;
}
</style>
background-color css
<style>
a { background-color: #DA1696; }
a { background-color: rgb(218,22,150); }
div.DivClassName
{
background-color: #DA1696;
}
.BgClassName
{
background-color: #DA1696;
}
</style>
border-color css
<style>
span { border-color: #DA1696; }
span { border-color: rgb(218,22,150); }
td.TdClassName
{
border-color: #DA1696;
}
.TagClassName
{
border-color: #DA1696;
}
</style>