Shades of Medium Violet Red #DA1679
Tints of Medium Violet Red #DA1679
RGB
CMYK
RGB Variations
Color information
#DA1679 (or 0xDA1679) is known color: Medium Violet Red. HEX triplet: DA, 16 and 79. RGB value is (218,22,121). Sum of RGB (Red+Green+Blue) = 218+22+121=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1679 is #25E986. Grayscale: #5B5B5B. Windows color (decimal): -2484615 or 7935706. OLE color: 7935706.
HSL color Cylindrical-coordinate representation of color #DA1679: hue angle of 329.69º 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 #DA1679 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 121 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.15 |
| HSL | 329.69º | 0.82% | 0.47% | - |
| HSV(B) | 329.69º | 0.9% | 0.85% | - |
| XYZ | 32.65 | 16.86 | 19.62 | - |
| YUV | 91.89 | 144.43 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 121 | 0 | 0.90 | 0.44 | 0.15 | 329.69 | 0.82 | 0.47 |
| Hex | DA | 16 | 79 | 0 | 5A | 2C | F | 14A | 52 | 2F |
| Octal | 332 | 26 | 171 | 0 | 132 | 54 | 17 | 512 | 122 | 57 |
| Binary | 11011010 | 10110 | 1111001 | 0 | 1011010 | 101100 | 1111 | 101001010 | 1010010 | 101111 |
Color Harmonies of #DA1679
Complementary color
Monochromatic Colors of #DA1679
Black with #DA1679
Text Example
Text Example
White with #DA1679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1679; }
p { color: rgb(218,22,121); }
H1.HeaderClassName
{
color: #DA1679;
}
.AnyTagClassName
{
color: #DA1679;
}
</style>
background-color css
<style>
a { background-color: #DA1679; }
a { background-color: rgb(218,22,121); }
div.DivClassName
{
background-color: #DA1679;
}
.BgClassName
{
background-color: #DA1679;
}
</style>
border-color css
<style>
span { border-color: #DA1679; }
span { border-color: rgb(218,22,121); }
td.TdClassName
{
border-color: #DA1679;
}
.TagClassName
{
border-color: #DA1679;
}
</style>