Shades of Pale Violet Red #DC708E
Tints of Pale Violet Red #DC708E
RGB
CMYK
RGB Variations
Color information
#DC708E (or 0xDC708E) is known color: Pale Violet Red. HEX triplet: DC, 70 and 8E. RGB value is (220,112,142). Sum of RGB (Red+Green+Blue) = 220+112+142=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC708E is #238F71. Grayscale: #939393. Windows color (decimal): -2330482 or 9335004. OLE color: 9335004.
HSL color Cylindrical-coordinate representation of color #DC708E: hue angle of 343.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC708E is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 142 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.14 |
| HSL | 343.33º | 0.61% | 0.65% | - |
| HSV(B) | 343.33º | 0.49% | 0.86% | - |
| XYZ | 40.19 | 28.76 | 29.02 | - |
| YUV | 147.71 | 124.78 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 142 | 0 | 0.49 | 0.35 | 0.14 | 343.33 | 0.61 | 0.65 |
| Hex | DC | 70 | 8E | 0 | 31 | 23 | E | 157 | 3D | 41 |
| Octal | 334 | 160 | 216 | 0 | 61 | 43 | 16 | 527 | 75 | 101 |
| Binary | 11011100 | 1110000 | 10001110 | 0 | 110001 | 100011 | 1110 | 101010111 | 111101 | 1000001 |
Color Harmonies of #DC708E
Complementary color
Monochromatic Colors of #DC708E
Black with #DC708E
Text Example
Text Example
White with #DC708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC708E; }
p { color: rgb(220,112,142); }
H1.HeaderClassName
{
color: #DC708E;
}
.AnyTagClassName
{
color: #DC708E;
}
</style>
background-color css
<style>
a { background-color: #DC708E; }
a { background-color: rgb(220,112,142); }
div.DivClassName
{
background-color: #DC708E;
}
.BgClassName
{
background-color: #DC708E;
}
</style>
border-color css
<style>
span { border-color: #DC708E; }
span { border-color: rgb(220,112,142); }
td.TdClassName
{
border-color: #DC708E;
}
.TagClassName
{
border-color: #DC708E;
}
</style>