Shades of Medium Violet Red #DC0886
Tints of Medium Violet Red #DC0886
RGB
CMYK
RGB Variations
Color information
#DC0886 (or 0xDC0886) is known color: Medium Violet Red. HEX triplet: DC, 08 and 86. RGB value is (220,8,134). Sum of RGB (Red+Green+Blue) = 220+8+134=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0886 is #23F779. Grayscale: #555555. Windows color (decimal): -2357114 or 8784092. OLE color: 8784092.
HSL color Cylindrical-coordinate representation of color #DC0886: hue angle of 324.34º 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 #DC0886 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 134 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.14 |
| HSL | 324.34º | 0.93% | 0.45% | - |
| HSV(B) | 324.34º | 0.96% | 0.86% | - |
| XYZ | 33.91 | 17.11 | 24.07 | - |
| YUV | 85.75 | 155.24 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 134 | 0 | 0.96 | 0.39 | 0.14 | 324.34 | 0.93 | 0.45 |
| Hex | DC | 8 | 86 | 0 | 60 | 27 | E | 144 | 5D | 2D |
| Octal | 334 | 10 | 206 | 0 | 140 | 47 | 16 | 504 | 135 | 55 |
| Binary | 11011100 | 1000 | 10000110 | 0 | 1100000 | 100111 | 1110 | 101000100 | 1011101 | 101101 |
Color Harmonies of #DC0886
Complementary color
Monochromatic Colors of #DC0886
Black with #DC0886
Text Example
Text Example
White with #DC0886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0886; }
p { color: rgb(220,8,134); }
H1.HeaderClassName
{
color: #DC0886;
}
.AnyTagClassName
{
color: #DC0886;
}
</style>
background-color css
<style>
a { background-color: #DC0886; }
a { background-color: rgb(220,8,134); }
div.DivClassName
{
background-color: #DC0886;
}
.BgClassName
{
background-color: #DC0886;
}
</style>
border-color css
<style>
span { border-color: #DC0886; }
span { border-color: rgb(220,8,134); }
td.TdClassName
{
border-color: #DC0886;
}
.TagClassName
{
border-color: #DC0886;
}
</style>