Shades of Pale Violet Red #DC688C
Tints of Pale Violet Red #DC688C
RGB
CMYK
RGB Variations
Color information
#DC688C (or 0xDC688C) is known color: Pale Violet Red. HEX triplet: DC, 68 and 8C. RGB value is (220,104,140). Sum of RGB (Red+Green+Blue) = 220+104+140=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC688C is #239773. Grayscale: #8E8E8E. Windows color (decimal): -2332532 or 9201884. OLE color: 9201884.
HSL color Cylindrical-coordinate representation of color #DC688C: hue angle of 341.38º 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 #DC688C is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 140 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.14 |
| HSL | 341.38º | 0.62% | 0.64% | - |
| HSV(B) | 341.38º | 0.53% | 0.86% | - |
| XYZ | 39.2 | 27.01 | 27.96 | - |
| YUV | 142.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 140 | 0 | 0.53 | 0.36 | 0.14 | 341.38 | 0.62 | 0.64 |
| Hex | DC | 68 | 8C | 0 | 35 | 24 | E | 155 | 3E | 40 |
| Octal | 334 | 150 | 214 | 0 | 65 | 44 | 16 | 525 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10001100 | 0 | 110101 | 100100 | 1110 | 101010101 | 111110 | 1000000 |
Color Harmonies of #DC688C
Complementary color
Monochromatic Colors of #DC688C
Black with #DC688C
Text Example
Text Example
White with #DC688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC688C; }
p { color: rgb(220,104,140); }
H1.HeaderClassName
{
color: #DC688C;
}
.AnyTagClassName
{
color: #DC688C;
}
</style>
background-color css
<style>
a { background-color: #DC688C; }
a { background-color: rgb(220,104,140); }
div.DivClassName
{
background-color: #DC688C;
}
.BgClassName
{
background-color: #DC688C;
}
</style>
border-color css
<style>
span { border-color: #DC688C; }
span { border-color: rgb(220,104,140); }
td.TdClassName
{
border-color: #DC688C;
}
.TagClassName
{
border-color: #DC688C;
}
</style>