Shades of Medium Violet Red #DC169D
Tints of Medium Violet Red #DC169D
RGB
CMYK
RGB Variations
Color information
#DC169D (or 0xDC169D) is known color: Medium Violet Red. HEX triplet: DC, 16 and 9D. RGB value is (220,22,157). Sum of RGB (Red+Green+Blue) = 220+22+157=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC169D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC169D is #23E962. Grayscale: #606060. Windows color (decimal): -2353507 or 10295004. OLE color: 10295004.
HSL color Cylindrical-coordinate representation of color #DC169D: hue angle of 319.09º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC169D is Cyan = 0, Magento = 0.9, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 157 | - |
| CMYK | 0 | 0.9 | 0.29 | 0.14 |
| HSL | 319.09º | 0.82% | 0.47% | - |
| HSV(B) | 319.09º | 0.9% | 0.86% | - |
| XYZ | 35.89 | 18.22 | 33.52 | - |
| YUV | 96.59 | 162.1 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 157 | 0 | 0.9 | 0.29 | 0.14 | 319.09 | 0.82 | 0.47 |
| Hex | DC | 16 | 9D | 0 | 5A | 1D | E | 13F | 52 | 2F |
| Octal | 334 | 26 | 235 | 0 | 132 | 35 | 16 | 477 | 122 | 57 |
| Binary | 11011100 | 10110 | 10011101 | 0 | 1011010 | 11101 | 1110 | 100111111 | 1010010 | 101111 |
Color Harmonies of #DC169D
Complementary color
Monochromatic Colors of #DC169D
Black with #DC169D
Text Example
Text Example
White with #DC169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC169D; }
p { color: rgb(220,22,157); }
H1.HeaderClassName
{
color: #DC169D;
}
.AnyTagClassName
{
color: #DC169D;
}
</style>
background-color css
<style>
a { background-color: #DC169D; }
a { background-color: rgb(220,22,157); }
div.DivClassName
{
background-color: #DC169D;
}
.BgClassName
{
background-color: #DC169D;
}
</style>
border-color css
<style>
span { border-color: #DC169D; }
span { border-color: rgb(220,22,157); }
td.TdClassName
{
border-color: #DC169D;
}
.TagClassName
{
border-color: #DC169D;
}
</style>