Shades of Medium Violet Red #DC087F
Tints of Medium Violet Red #DC087F
RGB
CMYK
RGB Variations
Color information
#DC087F (or 0xDC087F) is known color: Medium Violet Red. HEX triplet: DC, 08 and 7F. RGB value is (220,8,127). Sum of RGB (Red+Green+Blue) = 220+8+127=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC087F is #23F780. Grayscale: #545454. Windows color (decimal): -2357121 or 8325340. OLE color: 8325340.
HSL color Cylindrical-coordinate representation of color #DC087F: hue angle of 326.32º 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 #DC087F is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 127 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.14 |
| HSL | 326.32º | 0.93% | 0.45% | - |
| HSV(B) | 326.32º | 0.96% | 0.86% | - |
| XYZ | 33.43 | 16.92 | 21.58 | - |
| YUV | 84.95 | 151.74 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 127 | 0 | 0.96 | 0.42 | 0.14 | 326.32 | 0.93 | 0.45 |
| Hex | DC | 8 | 7F | 0 | 60 | 2A | E | 146 | 5D | 2D |
| Octal | 334 | 10 | 177 | 0 | 140 | 52 | 16 | 506 | 135 | 55 |
| Binary | 11011100 | 1000 | 1111111 | 0 | 1100000 | 101010 | 1110 | 101000110 | 1011101 | 101101 |
Color Harmonies of #DC087F
Complementary color
Monochromatic Colors of #DC087F
Black with #DC087F
Text Example
Text Example
White with #DC087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC087F; }
p { color: rgb(220,8,127); }
H1.HeaderClassName
{
color: #DC087F;
}
.AnyTagClassName
{
color: #DC087F;
}
</style>
background-color css
<style>
a { background-color: #DC087F; }
a { background-color: rgb(220,8,127); }
div.DivClassName
{
background-color: #DC087F;
}
.BgClassName
{
background-color: #DC087F;
}
</style>
border-color css
<style>
span { border-color: #DC087F; }
span { border-color: rgb(220,8,127); }
td.TdClassName
{
border-color: #DC087F;
}
.TagClassName
{
border-color: #DC087F;
}
</style>