Shades of Pale Violet Red #DC688D
Tints of Pale Violet Red #DC688D
RGB
CMYK
RGB Variations
Color information
#DC688D (or 0xDC688D) is known color: Pale Violet Red. HEX triplet: DC, 68 and 8D. RGB value is (220,104,141). Sum of RGB (Red+Green+Blue) = 220+104+141=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC688D is #239772. Grayscale: #8E8E8E. Windows color (decimal): -2332531 or 9267420. OLE color: 9267420.
HSL color Cylindrical-coordinate representation of color #DC688D: hue angle of 340.86º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC688D is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 141 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.14 |
| HSL | 340.86º | 0.62% | 0.64% | - |
| HSV(B) | 340.86º | 0.53% | 0.86% | - |
| XYZ | 39.27 | 27.04 | 28.35 | - |
| YUV | 142.9 | 126.93 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 141 | 0 | 0.53 | 0.36 | 0.14 | 340.86 | 0.62 | 0.64 |
| Hex | DC | 68 | 8D | 0 | 35 | 24 | E | 155 | 3E | 40 |
| Octal | 334 | 150 | 215 | 0 | 65 | 44 | 16 | 525 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10001101 | 0 | 110101 | 100100 | 1110 | 101010101 | 111110 | 1000000 |
Color Harmonies of #DC688D
Complementary color
Monochromatic Colors of #DC688D
Black with #DC688D
Text Example
Text Example
White with #DC688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC688D; }
p { color: rgb(220,104,141); }
H1.HeaderClassName
{
color: #DC688D;
}
.AnyTagClassName
{
color: #DC688D;
}
</style>
background-color css
<style>
a { background-color: #DC688D; }
a { background-color: rgb(220,104,141); }
div.DivClassName
{
background-color: #DC688D;
}
.BgClassName
{
background-color: #DC688D;
}
</style>
border-color css
<style>
span { border-color: #DC688D; }
span { border-color: rgb(220,104,141); }
td.TdClassName
{
border-color: #DC688D;
}
.TagClassName
{
border-color: #DC688D;
}
</style>