Shades of Medium Violet Red #DC189D
Tints of Medium Violet Red #DC189D
RGB
CMYK
RGB Variations
Color information
#DC189D (or 0xDC189D) is known color: Medium Violet Red. HEX triplet: DC, 18 and 9D. RGB value is (220,24,157). Sum of RGB (Red+Green+Blue) = 220+24+157=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC189D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC189D is #23E762. Grayscale: #616161. Windows color (decimal): -2352995 or 10295516. OLE color: 10295516.
HSL color Cylindrical-coordinate representation of color #DC189D: hue angle of 319.29º 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 #DC189D is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 157 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.14 |
| HSL | 319.29º | 0.8% | 0.48% | - |
| HSV(B) | 319.29º | 0.89% | 0.86% | - |
| XYZ | 35.93 | 18.3 | 33.54 | - |
| YUV | 97.77 | 161.43 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 157 | 0 | 0.89 | 0.29 | 0.14 | 319.29 | 0.8 | 0.48 |
| Hex | DC | 18 | 9D | 0 | 59 | 1D | E | 13F | 50 | 30 |
| Octal | 334 | 30 | 235 | 0 | 131 | 35 | 16 | 477 | 120 | 60 |
| Binary | 11011100 | 11000 | 10011101 | 0 | 1011001 | 11101 | 1110 | 100111111 | 1010000 | 110000 |
Color Harmonies of #DC189D
Complementary color
Monochromatic Colors of #DC189D
Black with #DC189D
Text Example
Text Example
White with #DC189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC189D; }
p { color: rgb(220,24,157); }
H1.HeaderClassName
{
color: #DC189D;
}
.AnyTagClassName
{
color: #DC189D;
}
</style>
background-color css
<style>
a { background-color: #DC189D; }
a { background-color: rgb(220,24,157); }
div.DivClassName
{
background-color: #DC189D;
}
.BgClassName
{
background-color: #DC189D;
}
</style>
border-color css
<style>
span { border-color: #DC189D; }
span { border-color: rgb(220,24,157); }
td.TdClassName
{
border-color: #DC189D;
}
.TagClassName
{
border-color: #DC189D;
}
</style>