Shades of Medium Violet Red #DA178D
Tints of Medium Violet Red #DA178D
RGB
CMYK
RGB Variations
Color information
#DA178D (or 0xDA178D) is known color: Medium Violet Red. HEX triplet: DA, 17 and 8D. RGB value is (218,23,141). Sum of RGB (Red+Green+Blue) = 218+23+141=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA178D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA178D is #25E872. Grayscale: #5E5E5E. Windows color (decimal): -2484339 or 9246682. OLE color: 9246682.
HSL color Cylindrical-coordinate representation of color #DA178D: hue angle of 323.69º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA178D is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 141 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.15 |
| HSL | 323.69º | 0.81% | 0.47% | - |
| HSV(B) | 323.69º | 0.89% | 0.85% | - |
| XYZ | 34.03 | 17.44 | 26.77 | - |
| YUV | 94.76 | 154.1 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 141 | 0 | 0.89 | 0.35 | 0.15 | 323.69 | 0.81 | 0.47 |
| Hex | DA | 17 | 8D | 0 | 59 | 23 | F | 144 | 51 | 2F |
| Octal | 332 | 27 | 215 | 0 | 131 | 43 | 17 | 504 | 121 | 57 |
| Binary | 11011010 | 10111 | 10001101 | 0 | 1011001 | 100011 | 1111 | 101000100 | 1010001 | 101111 |
Color Harmonies of #DA178D
Complementary color
Monochromatic Colors of #DA178D
Black with #DA178D
Text Example
Text Example
White with #DA178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA178D; }
p { color: rgb(218,23,141); }
H1.HeaderClassName
{
color: #DA178D;
}
.AnyTagClassName
{
color: #DA178D;
}
</style>
background-color css
<style>
a { background-color: #DA178D; }
a { background-color: rgb(218,23,141); }
div.DivClassName
{
background-color: #DA178D;
}
.BgClassName
{
background-color: #DA178D;
}
</style>
border-color css
<style>
span { border-color: #DA178D; }
span { border-color: rgb(218,23,141); }
td.TdClassName
{
border-color: #DA178D;
}
.TagClassName
{
border-color: #DA178D;
}
</style>