Shades of Medium Violet Red #DA178C
Tints of Medium Violet Red #DA178C
RGB
CMYK
RGB Variations
Color information
#DA178C (or 0xDA178C) is known color: Medium Violet Red. HEX triplet: DA, 17 and 8C. RGB value is (218,23,140). Sum of RGB (Red+Green+Blue) = 218+23+140=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA178C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA178C is #25E873. Grayscale: #5E5E5E. Windows color (decimal): -2484340 or 9181146. OLE color: 9181146.
HSL color Cylindrical-coordinate representation of color #DA178C: hue angle of 324º 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 #DA178C is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 140 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.15 |
| HSL | 324º | 0.81% | 0.47% | - |
| HSV(B) | 324º | 0.89% | 0.85% | - |
| XYZ | 33.95 | 17.41 | 26.38 | - |
| YUV | 94.64 | 153.6 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 140 | 0 | 0.89 | 0.36 | 0.15 | 324 | 0.81 | 0.47 |
| Hex | DA | 17 | 8C | 0 | 59 | 24 | F | 144 | 51 | 2F |
| Octal | 332 | 27 | 214 | 0 | 131 | 44 | 17 | 504 | 121 | 57 |
| Binary | 11011010 | 10111 | 10001100 | 0 | 1011001 | 100100 | 1111 | 101000100 | 1010001 | 101111 |
Color Harmonies of #DA178C
Complementary color
Monochromatic Colors of #DA178C
Black with #DA178C
Text Example
Text Example
White with #DA178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA178C; }
p { color: rgb(218,23,140); }
H1.HeaderClassName
{
color: #DA178C;
}
.AnyTagClassName
{
color: #DA178C;
}
</style>
background-color css
<style>
a { background-color: #DA178C; }
a { background-color: rgb(218,23,140); }
div.DivClassName
{
background-color: #DA178C;
}
.BgClassName
{
background-color: #DA178C;
}
</style>
border-color css
<style>
span { border-color: #DA178C; }
span { border-color: rgb(218,23,140); }
td.TdClassName
{
border-color: #DA178C;
}
.TagClassName
{
border-color: #DA178C;
}
</style>