Shades of Pale Violet Red #DC6E8E
Tints of Pale Violet Red #DC6E8E
RGB
CMYK
RGB Variations
Color information
#DC6E8E (or 0xDC6E8E) is known color: Pale Violet Red. HEX triplet: DC, 6E and 8E. RGB value is (220,110,142). Sum of RGB (Red+Green+Blue) = 220+110+142=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6E8E is #239171. Grayscale: #929292. Windows color (decimal): -2330994 or 9334492. OLE color: 9334492.
HSL color Cylindrical-coordinate representation of color #DC6E8E: hue angle of 342.55º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6E8E is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 142 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.14 |
| HSL | 342.55º | 0.61% | 0.65% | - |
| HSV(B) | 342.55º | 0.5% | 0.86% | - |
| XYZ | 39.97 | 28.32 | 28.95 | - |
| YUV | 146.54 | 125.44 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 142 | 0 | 0.50 | 0.35 | 0.14 | 342.55 | 0.61 | 0.65 |
| Hex | DC | 6E | 8E | 0 | 32 | 23 | E | 157 | 3D | 41 |
| Octal | 334 | 156 | 216 | 0 | 62 | 43 | 16 | 527 | 75 | 101 |
| Binary | 11011100 | 1101110 | 10001110 | 0 | 110010 | 100011 | 1110 | 101010111 | 111101 | 1000001 |
Color Harmonies of #DC6E8E
Complementary color
Monochromatic Colors of #DC6E8E
Black with #DC6E8E
Text Example
Text Example
White with #DC6E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6E8E; }
p { color: rgb(220,110,142); }
H1.HeaderClassName
{
color: #DC6E8E;
}
.AnyTagClassName
{
color: #DC6E8E;
}
</style>
background-color css
<style>
a { background-color: #DC6E8E; }
a { background-color: rgb(220,110,142); }
div.DivClassName
{
background-color: #DC6E8E;
}
.BgClassName
{
background-color: #DC6E8E;
}
</style>
border-color css
<style>
span { border-color: #DC6E8E; }
span { border-color: rgb(220,110,142); }
td.TdClassName
{
border-color: #DC6E8E;
}
.TagClassName
{
border-color: #DC6E8E;
}
</style>