Shades of Medium Violet Red #DC0681
Tints of Medium Violet Red #DC0681
RGB
CMYK
RGB Variations
Color information
#DC0681 (or 0xDC0681) is known color: Medium Violet Red. HEX triplet: DC, 06 and 81. RGB value is (220,6,129). Sum of RGB (Red+Green+Blue) = 220+6+129=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0681 is #23F97E. Grayscale: #535353. Windows color (decimal): -2357631 or 8455900. OLE color: 8455900.
HSL color Cylindrical-coordinate representation of color #DC0681: hue angle of 325.51º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0681 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 129 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.14 |
| HSL | 325.51º | 0.95% | 0.44% | - |
| HSV(B) | 325.51º | 0.97% | 0.86% | - |
| XYZ | 33.54 | 16.93 | 22.27 | - |
| YUV | 84.01 | 153.4 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 129 | 0 | 0.97 | 0.41 | 0.14 | 325.51 | 0.95 | 0.44 |
| Hex | DC | 6 | 81 | 0 | 61 | 29 | E | 146 | 5F | 2C |
| Octal | 334 | 6 | 201 | 0 | 141 | 51 | 16 | 506 | 137 | 54 |
| Binary | 11011100 | 110 | 10000001 | 0 | 1100001 | 101001 | 1110 | 101000110 | 1011111 | 101100 |
Color Harmonies of #DC0681
Complementary color
Monochromatic Colors of #DC0681
Black with #DC0681
Text Example
Text Example
White with #DC0681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0681; }
p { color: rgb(220,6,129); }
H1.HeaderClassName
{
color: #DC0681;
}
.AnyTagClassName
{
color: #DC0681;
}
</style>
background-color css
<style>
a { background-color: #DC0681; }
a { background-color: rgb(220,6,129); }
div.DivClassName
{
background-color: #DC0681;
}
.BgClassName
{
background-color: #DC0681;
}
</style>
border-color css
<style>
span { border-color: #DC0681; }
span { border-color: rgb(220,6,129); }
td.TdClassName
{
border-color: #DC0681;
}
.TagClassName
{
border-color: #DC0681;
}
</style>