Shades of Medium Violet Red #DC068D
Tints of Medium Violet Red #DC068D
RGB
CMYK
RGB Variations
Color information
#DC068D (or 0xDC068D) is known color: Medium Violet Red. HEX triplet: DC, 06 and 8D. RGB value is (220,6,141). Sum of RGB (Red+Green+Blue) = 220+6+141=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC068D is #23F972. Grayscale: #555555. Windows color (decimal): -2357619 or 9242332. OLE color: 9242332.
HSL color Cylindrical-coordinate representation of color #DC068D: hue angle of 322.15º 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 #DC068D is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 141 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.14 |
| HSL | 322.15º | 0.95% | 0.44% | - |
| HSV(B) | 322.15º | 0.97% | 0.86% | - |
| XYZ | 34.39 | 17.27 | 26.72 | - |
| YUV | 85.38 | 159.4 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 141 | 0 | 0.97 | 0.36 | 0.14 | 322.15 | 0.95 | 0.44 |
| Hex | DC | 6 | 8D | 0 | 61 | 24 | E | 142 | 5F | 2C |
| Octal | 334 | 6 | 215 | 0 | 141 | 44 | 16 | 502 | 137 | 54 |
| Binary | 11011100 | 110 | 10001101 | 0 | 1100001 | 100100 | 1110 | 101000010 | 1011111 | 101100 |
Color Harmonies of #DC068D
Complementary color
Monochromatic Colors of #DC068D
Black with #DC068D
Text Example
Text Example
White with #DC068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC068D; }
p { color: rgb(220,6,141); }
H1.HeaderClassName
{
color: #DC068D;
}
.AnyTagClassName
{
color: #DC068D;
}
</style>
background-color css
<style>
a { background-color: #DC068D; }
a { background-color: rgb(220,6,141); }
div.DivClassName
{
background-color: #DC068D;
}
.BgClassName
{
background-color: #DC068D;
}
</style>
border-color css
<style>
span { border-color: #DC068D; }
span { border-color: rgb(220,6,141); }
td.TdClassName
{
border-color: #DC068D;
}
.TagClassName
{
border-color: #DC068D;
}
</style>