Shades of Medium Violet Red #DC008D
Tints of Medium Violet Red #DC008D
RGB
CMYK
RGB Variations
Color information
#DC008D (or 0xDC008D) is known color: Medium Violet Red. HEX triplet: DC, 00 and 8D. RGB value is (220,0,141). Sum of RGB (Red+Green+Blue) = 220+0+141=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC008D is #23FF72. Grayscale: #515151. Windows color (decimal): -2359155 or 9240796. OLE color: 9240796.
HSL color Cylindrical-coordinate representation of color #DC008D: hue angle of 321.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC008D is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.36 | 0.14 |
| HSL | 321.55º | 1% | 0.43% | - |
| HSV(B) | 321.55º | 1% | 0.86% | - |
| XYZ | 34.32 | 17.14 | 26.7 | - |
| YUV | 81.85 | 161.39 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 141 | 0 | 1 | 0.36 | 0.14 | 321.55 | 1 | 0.43 |
| Hex | DC | 0 | 8D | 0 | 64 | 24 | E | 142 | 64 | 2B |
| Octal | 334 | 0 | 215 | 0 | 144 | 44 | 16 | 502 | 144 | 53 |
| Binary | 11011100 | 0 | 10001101 | 0 | 1100100 | 100100 | 1110 | 101000010 | 1100100 | 101011 |
Color Harmonies of #DC008D
Complementary color
Monochromatic Colors of #DC008D
Black with #DC008D
Text Example
Text Example
White with #DC008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC008D; }
p { color: rgb(220,0,141); }
H1.HeaderClassName
{
color: #DC008D;
}
.AnyTagClassName
{
color: #DC008D;
}
</style>
background-color css
<style>
a { background-color: #DC008D; }
a { background-color: rgb(220,0,141); }
div.DivClassName
{
background-color: #DC008D;
}
.BgClassName
{
background-color: #DC008D;
}
</style>
border-color css
<style>
span { border-color: #DC008D; }
span { border-color: rgb(220,0,141); }
td.TdClassName
{
border-color: #DC008D;
}
.TagClassName
{
border-color: #DC008D;
}
</style>