Shades of Medium Violet Red #DC088C
Tints of Medium Violet Red #DC088C
RGB
CMYK
RGB Variations
Color information
#DC088C (or 0xDC088C) is known color: Medium Violet Red. HEX triplet: DC, 08 and 8C. RGB value is (220,8,140). Sum of RGB (Red+Green+Blue) = 220+8+140=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC088C is #23F773. Grayscale: #565656. Windows color (decimal): -2357108 or 9177308. OLE color: 9177308.
HSL color Cylindrical-coordinate representation of color #DC088C: hue angle of 322.64º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC088C is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 140 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.14 |
| HSL | 322.64º | 0.93% | 0.45% | - |
| HSV(B) | 322.64º | 0.96% | 0.86% | - |
| XYZ | 34.34 | 17.28 | 26.34 | - |
| YUV | 86.44 | 158.24 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 140 | 0 | 0.96 | 0.36 | 0.14 | 322.64 | 0.93 | 0.45 |
| Hex | DC | 8 | 8C | 0 | 60 | 24 | E | 143 | 5D | 2D |
| Octal | 334 | 10 | 214 | 0 | 140 | 44 | 16 | 503 | 135 | 55 |
| Binary | 11011100 | 1000 | 10001100 | 0 | 1100000 | 100100 | 1110 | 101000011 | 1011101 | 101101 |
Color Harmonies of #DC088C
Complementary color
Monochromatic Colors of #DC088C
Black with #DC088C
Text Example
Text Example
White with #DC088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC088C; }
p { color: rgb(220,8,140); }
H1.HeaderClassName
{
color: #DC088C;
}
.AnyTagClassName
{
color: #DC088C;
}
</style>
background-color css
<style>
a { background-color: #DC088C; }
a { background-color: rgb(220,8,140); }
div.DivClassName
{
background-color: #DC088C;
}
.BgClassName
{
background-color: #DC088C;
}
</style>
border-color css
<style>
span { border-color: #DC088C; }
span { border-color: rgb(220,8,140); }
td.TdClassName
{
border-color: #DC088C;
}
.TagClassName
{
border-color: #DC088C;
}
</style>