Shades of Medium Violet Red #DC0684
Tints of Medium Violet Red #DC0684
RGB
CMYK
RGB Variations
Color information
#DC0684 (or 0xDC0684) is known color: Medium Violet Red. HEX triplet: DC, 06 and 84. RGB value is (220,6,132). Sum of RGB (Red+Green+Blue) = 220+6+132=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0684 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0684 is #23F97B. Grayscale: #545454. Windows color (decimal): -2357628 or 8652508. OLE color: 8652508.
HSL color Cylindrical-coordinate representation of color #DC0684: hue angle of 324.67º 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 #DC0684 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 132 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.14 |
| HSL | 324.67º | 0.95% | 0.44% | - |
| HSV(B) | 324.67º | 0.97% | 0.86% | - |
| XYZ | 33.75 | 17.01 | 23.33 | - |
| YUV | 84.35 | 154.9 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 132 | 0 | 0.97 | 0.40 | 0.14 | 324.67 | 0.95 | 0.44 |
| Hex | DC | 6 | 84 | 0 | 61 | 28 | E | 145 | 5F | 2C |
| Octal | 334 | 6 | 204 | 0 | 141 | 50 | 16 | 505 | 137 | 54 |
| Binary | 11011100 | 110 | 10000100 | 0 | 1100001 | 101000 | 1110 | 101000101 | 1011111 | 101100 |
Color Harmonies of #DC0684
Complementary color
Monochromatic Colors of #DC0684
Black with #DC0684
Text Example
Text Example
White with #DC0684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0684; }
p { color: rgb(220,6,132); }
H1.HeaderClassName
{
color: #DC0684;
}
.AnyTagClassName
{
color: #DC0684;
}
</style>
background-color css
<style>
a { background-color: #DC0684; }
a { background-color: rgb(220,6,132); }
div.DivClassName
{
background-color: #DC0684;
}
.BgClassName
{
background-color: #DC0684;
}
</style>
border-color css
<style>
span { border-color: #DC0684; }
span { border-color: rgb(220,6,132); }
td.TdClassName
{
border-color: #DC0684;
}
.TagClassName
{
border-color: #DC0684;
}
</style>