Shades of Medium Violet Red #DA167A
Tints of Medium Violet Red #DA167A
RGB
CMYK
RGB Variations
Color information
#DA167A (or 0xDA167A) is known color: Medium Violet Red. HEX triplet: DA, 16 and 7A. RGB value is (218,22,122). Sum of RGB (Red+Green+Blue) = 218+22+122=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA167A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA167A is #25E985. Grayscale: #5B5B5B. Windows color (decimal): -2484614 or 8001242. OLE color: 8001242.
HSL color Cylindrical-coordinate representation of color #DA167A: hue angle of 329.39º 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 #DA167A is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 122 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.15 |
| HSL | 329.39º | 0.82% | 0.47% | - |
| HSV(B) | 329.39º | 0.9% | 0.85% | - |
| XYZ | 32.71 | 16.88 | 19.95 | - |
| YUV | 92 | 144.93 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 122 | 0 | 0.90 | 0.44 | 0.15 | 329.39 | 0.82 | 0.47 |
| Hex | DA | 16 | 7A | 0 | 5A | 2C | F | 149 | 52 | 2F |
| Octal | 332 | 26 | 172 | 0 | 132 | 54 | 17 | 511 | 122 | 57 |
| Binary | 11011010 | 10110 | 1111010 | 0 | 1011010 | 101100 | 1111 | 101001001 | 1010010 | 101111 |
Color Harmonies of #DA167A
Complementary color
Monochromatic Colors of #DA167A
Black with #DA167A
Text Example
Text Example
White with #DA167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA167A; }
p { color: rgb(218,22,122); }
H1.HeaderClassName
{
color: #DA167A;
}
.AnyTagClassName
{
color: #DA167A;
}
</style>
background-color css
<style>
a { background-color: #DA167A; }
a { background-color: rgb(218,22,122); }
div.DivClassName
{
background-color: #DA167A;
}
.BgClassName
{
background-color: #DA167A;
}
</style>
border-color css
<style>
span { border-color: #DA167A; }
span { border-color: rgb(218,22,122); }
td.TdClassName
{
border-color: #DA167A;
}
.TagClassName
{
border-color: #DA167A;
}
</style>