Shades of Pale Violet Red #DC7CA7
Tints of Pale Violet Red #DC7CA7
RGB
CMYK
RGB Variations
Color information
#DC7CA7 (or 0xDC7CA7) is known color: Pale Violet Red. HEX triplet: DC, 7C and A7. RGB value is (220,124,167). Sum of RGB (Red+Green+Blue) = 220+124+167=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 167 (65.62% from 255 or 32.68% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7CA7 is #238358. Grayscale: #9D9D9D. Windows color (decimal): -2327385 or 10976476. OLE color: 10976476.
HSL color Cylindrical-coordinate representation of color #DC7CA7: hue angle of 333.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7CA7 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 167 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.14 |
| HSL | 333.13º | 0.58% | 0.67% | - |
| HSV(B) | 333.13º | 0.44% | 0.86% | - |
| XYZ | 43.7 | 32.42 | 40.51 | - |
| YUV | 157.61 | 133.3 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 167 | 0 | 0.44 | 0.24 | 0.14 | 333.13 | 0.58 | 0.67 |
| Hex | DC | 7C | A7 | 0 | 2C | 18 | E | 14D | 3A | 43 |
| Octal | 334 | 174 | 247 | 0 | 54 | 30 | 16 | 515 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10100111 | 0 | 101100 | 11000 | 1110 | 101001101 | 111010 | 1000011 |
Color Harmonies of #DC7CA7
Complementary color
Monochromatic Colors of #DC7CA7
Black with #DC7CA7
Text Example
Text Example
White with #DC7CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CA7; }
p { color: rgb(220,124,167); }
H1.HeaderClassName
{
color: #DC7CA7;
}
.AnyTagClassName
{
color: #DC7CA7;
}
</style>
background-color css
<style>
a { background-color: #DC7CA7; }
a { background-color: rgb(220,124,167); }
div.DivClassName
{
background-color: #DC7CA7;
}
.BgClassName
{
background-color: #DC7CA7;
}
</style>
border-color css
<style>
span { border-color: #DC7CA7; }
span { border-color: rgb(220,124,167); }
td.TdClassName
{
border-color: #DC7CA7;
}
.TagClassName
{
border-color: #DC7CA7;
}
</style>