Shades of Medium Violet Red #DA1695
Tints of Medium Violet Red #DA1695
RGB
CMYK
RGB Variations
Color information
#DA1695 (or 0xDA1695) is known color: Medium Violet Red. HEX triplet: DA, 16 and 95. RGB value is (218,22,149). Sum of RGB (Red+Green+Blue) = 218+22+149=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1695 is #25E96A. Grayscale: #5E5E5E. Windows color (decimal): -2484587 or 9770714. OLE color: 9770714.
HSL color Cylindrical-coordinate representation of color #DA1695: hue angle of 321.12º 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 #DA1695 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 149 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.15 |
| HSL | 321.12º | 0.82% | 0.47% | - |
| HSV(B) | 321.12º | 0.9% | 0.85% | - |
| XYZ | 34.63 | 17.65 | 30.02 | - |
| YUV | 95.08 | 158.43 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 149 | 0 | 0.90 | 0.32 | 0.15 | 321.12 | 0.82 | 0.47 |
| Hex | DA | 16 | 95 | 0 | 5A | 20 | F | 141 | 52 | 2F |
| Octal | 332 | 26 | 225 | 0 | 132 | 40 | 17 | 501 | 122 | 57 |
| Binary | 11011010 | 10110 | 10010101 | 0 | 1011010 | 100000 | 1111 | 101000001 | 1010010 | 101111 |
Color Harmonies of #DA1695
Complementary color
Monochromatic Colors of #DA1695
Black with #DA1695
Text Example
Text Example
White with #DA1695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1695; }
p { color: rgb(218,22,149); }
H1.HeaderClassName
{
color: #DA1695;
}
.AnyTagClassName
{
color: #DA1695;
}
</style>
background-color css
<style>
a { background-color: #DA1695; }
a { background-color: rgb(218,22,149); }
div.DivClassName
{
background-color: #DA1695;
}
.BgClassName
{
background-color: #DA1695;
}
</style>
border-color css
<style>
span { border-color: #DA1695; }
span { border-color: rgb(218,22,149); }
td.TdClassName
{
border-color: #DA1695;
}
.TagClassName
{
border-color: #DA1695;
}
</style>