Shades of Medium Violet Red #DC189E
Tints of Medium Violet Red #DC189E
RGB
CMYK
RGB Variations
Color information
#DC189E (or 0xDC189E) is known color: Medium Violet Red. HEX triplet: DC, 18 and 9E. RGB value is (220,24,158). Sum of RGB (Red+Green+Blue) = 220+24+158=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC189E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC189E is #23E761. Grayscale: #616161. Windows color (decimal): -2352994 or 10361052. OLE color: 10361052.
HSL color Cylindrical-coordinate representation of color #DC189E: hue angle of 318.98º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC189E is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 158 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.14 |
| HSL | 318.98º | 0.8% | 0.48% | - |
| HSV(B) | 318.98º | 0.89% | 0.86% | - |
| XYZ | 36.01 | 18.34 | 33.99 | - |
| YUV | 97.88 | 161.93 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 158 | 0 | 0.89 | 0.28 | 0.14 | 318.98 | 0.8 | 0.48 |
| Hex | DC | 18 | 9E | 0 | 59 | 1C | E | 13F | 50 | 30 |
| Octal | 334 | 30 | 236 | 0 | 131 | 34 | 16 | 477 | 120 | 60 |
| Binary | 11011100 | 11000 | 10011110 | 0 | 1011001 | 11100 | 1110 | 100111111 | 1010000 | 110000 |
Color Harmonies of #DC189E
Complementary color
Monochromatic Colors of #DC189E
Black with #DC189E
Text Example
Text Example
White with #DC189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC189E; }
p { color: rgb(220,24,158); }
H1.HeaderClassName
{
color: #DC189E;
}
.AnyTagClassName
{
color: #DC189E;
}
</style>
background-color css
<style>
a { background-color: #DC189E; }
a { background-color: rgb(220,24,158); }
div.DivClassName
{
background-color: #DC189E;
}
.BgClassName
{
background-color: #DC189E;
}
</style>
border-color css
<style>
span { border-color: #DC189E; }
span { border-color: rgb(220,24,158); }
td.TdClassName
{
border-color: #DC189E;
}
.TagClassName
{
border-color: #DC189E;
}
</style>