Shades of Pale Violet Red #DC678E
Tints of Pale Violet Red #DC678E
RGB
CMYK
RGB Variations
Color information
#DC678E (or 0xDC678E) is known color: Pale Violet Red. HEX triplet: DC, 67 and 8E. RGB value is (220,103,142). Sum of RGB (Red+Green+Blue) = 220+103+142=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC678E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC678E is #239871. Grayscale: #8E8E8E. Windows color (decimal): -2332786 or 9332700. OLE color: 9332700.
HSL color Cylindrical-coordinate representation of color #DC678E: hue angle of 340º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC678E is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 142 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.14 |
| HSL | 340º | 0.63% | 0.63% | - |
| HSV(B) | 340º | 0.53% | 0.86% | - |
| XYZ | 39.25 | 26.87 | 28.71 | - |
| YUV | 142.43 | 127.76 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 142 | 0 | 0.53 | 0.35 | 0.14 | 340 | 0.63 | 0.63 |
| Hex | DC | 67 | 8E | 0 | 35 | 23 | E | 154 | 3F | 3F |
| Octal | 334 | 147 | 216 | 0 | 65 | 43 | 16 | 524 | 77 | 77 |
| Binary | 11011100 | 1100111 | 10001110 | 0 | 110101 | 100011 | 1110 | 101010100 | 111111 | 111111 |
Color Harmonies of #DC678E
Complementary color
Monochromatic Colors of #DC678E
Black with #DC678E
Text Example
Text Example
White with #DC678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC678E; }
p { color: rgb(220,103,142); }
H1.HeaderClassName
{
color: #DC678E;
}
.AnyTagClassName
{
color: #DC678E;
}
</style>
background-color css
<style>
a { background-color: #DC678E; }
a { background-color: rgb(220,103,142); }
div.DivClassName
{
background-color: #DC678E;
}
.BgClassName
{
background-color: #DC678E;
}
</style>
border-color css
<style>
span { border-color: #DC678E; }
span { border-color: rgb(220,103,142); }
td.TdClassName
{
border-color: #DC678E;
}
.TagClassName
{
border-color: #DC678E;
}
</style>