Shades of Medium Violet Red #DA1377
Tints of Medium Violet Red #DA1377
RGB
CMYK
RGB Variations
Color information
#DA1377 (or 0xDA1377) is known color: Medium Violet Red. HEX triplet: DA, 13 and 77. RGB value is (218,19,119). Sum of RGB (Red+Green+Blue) = 218+19+119=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1377 is #25EC88. Grayscale: #595959. Windows color (decimal): -2485385 or 7803866. OLE color: 7803866.
HSL color Cylindrical-coordinate representation of color #DA1377: hue angle of 329.85º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1377 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 119 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.15 |
| HSL | 329.85º | 0.84% | 0.46% | - |
| HSV(B) | 329.85º | 0.91% | 0.85% | - |
| XYZ | 32.48 | 16.7 | 18.97 | - |
| YUV | 89.9 | 144.43 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 119 | 0 | 0.91 | 0.45 | 0.15 | 329.85 | 0.84 | 0.46 |
| Hex | DA | 13 | 77 | 0 | 5B | 2D | F | 14A | 54 | 2E |
| Octal | 332 | 23 | 167 | 0 | 133 | 55 | 17 | 512 | 124 | 56 |
| Binary | 11011010 | 10011 | 1110111 | 0 | 1011011 | 101101 | 1111 | 101001010 | 1010100 | 101110 |
Color Harmonies of #DA1377
Complementary color
Monochromatic Colors of #DA1377
Black with #DA1377
Text Example
Text Example
White with #DA1377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1377; }
p { color: rgb(218,19,119); }
H1.HeaderClassName
{
color: #DA1377;
}
.AnyTagClassName
{
color: #DA1377;
}
</style>
background-color css
<style>
a { background-color: #DA1377; }
a { background-color: rgb(218,19,119); }
div.DivClassName
{
background-color: #DA1377;
}
.BgClassName
{
background-color: #DA1377;
}
</style>
border-color css
<style>
span { border-color: #DA1377; }
span { border-color: rgb(218,19,119); }
td.TdClassName
{
border-color: #DA1377;
}
.TagClassName
{
border-color: #DA1377;
}
</style>