Shades of Medium Violet Red #DC008B
Tints of Medium Violet Red #DC008B
RGB
CMYK
RGB Variations
Color information
#DC008B (or 0xDC008B) is known color: Medium Violet Red. HEX triplet: DC, 00 and 8B. RGB value is (220,0,139). Sum of RGB (Red+Green+Blue) = 220+0+139=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC008B is #23FF74. Grayscale: #515151. Windows color (decimal): -2359157 or 9109724. OLE color: 9109724.
HSL color Cylindrical-coordinate representation of color #DC008B: hue angle of 322.09º 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 #DC008B is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.37 | 0.14 |
| HSL | 322.09º | 1% | 0.43% | - |
| HSV(B) | 322.09º | 1% | 0.86% | - |
| XYZ | 34.18 | 17.08 | 25.92 | - |
| YUV | 81.63 | 160.39 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 139 | 0 | 1 | 0.37 | 0.14 | 322.09 | 1 | 0.43 |
| Hex | DC | 0 | 8B | 0 | 64 | 25 | E | 142 | 64 | 2B |
| Octal | 334 | 0 | 213 | 0 | 144 | 45 | 16 | 502 | 144 | 53 |
| Binary | 11011100 | 0 | 10001011 | 0 | 1100100 | 100101 | 1110 | 101000010 | 1100100 | 101011 |
Color Harmonies of #DC008B
Complementary color
Monochromatic Colors of #DC008B
Black with #DC008B
Text Example
Text Example
White with #DC008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC008B; }
p { color: rgb(220,0,139); }
H1.HeaderClassName
{
color: #DC008B;
}
.AnyTagClassName
{
color: #DC008B;
}
</style>
background-color css
<style>
a { background-color: #DC008B; }
a { background-color: rgb(220,0,139); }
div.DivClassName
{
background-color: #DC008B;
}
.BgClassName
{
background-color: #DC008B;
}
</style>
border-color css
<style>
span { border-color: #DC008B; }
span { border-color: rgb(220,0,139); }
td.TdClassName
{
border-color: #DC008B;
}
.TagClassName
{
border-color: #DC008B;
}
</style>