Shades of Pale Violet Red #DC7BA7
Tints of Pale Violet Red #DC7BA7
RGB
CMYK
RGB Variations
Color information
#DC7BA7 (or 0xDC7BA7) is known color: Pale Violet Red. HEX triplet: DC, 7B and A7. RGB value is (220,123,167). Sum of RGB (Red+Green+Blue) = 220+123+167=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 167 (65.62% from 255 or 32.75% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7BA7 is #238458. Grayscale: #9C9C9C. Windows color (decimal): -2327641 or 10976220. OLE color: 10976220.
HSL color Cylindrical-coordinate representation of color #DC7BA7: hue angle of 332.78º 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 #DC7BA7 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 167 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.14 |
| HSL | 332.78º | 0.58% | 0.67% | - |
| HSV(B) | 332.78º | 0.44% | 0.86% | - |
| XYZ | 43.57 | 32.17 | 40.47 | - |
| YUV | 157.02 | 133.64 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 167 | 0 | 0.44 | 0.24 | 0.14 | 332.78 | 0.58 | 0.67 |
| Hex | DC | 7B | A7 | 0 | 2C | 18 | E | 14D | 3A | 43 |
| Octal | 334 | 173 | 247 | 0 | 54 | 30 | 16 | 515 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10100111 | 0 | 101100 | 11000 | 1110 | 101001101 | 111010 | 1000011 |
Color Harmonies of #DC7BA7
Complementary color
Monochromatic Colors of #DC7BA7
Black with #DC7BA7
Text Example
Text Example
White with #DC7BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BA7; }
p { color: rgb(220,123,167); }
H1.HeaderClassName
{
color: #DC7BA7;
}
.AnyTagClassName
{
color: #DC7BA7;
}
</style>
background-color css
<style>
a { background-color: #DC7BA7; }
a { background-color: rgb(220,123,167); }
div.DivClassName
{
background-color: #DC7BA7;
}
.BgClassName
{
background-color: #DC7BA7;
}
</style>
border-color css
<style>
span { border-color: #DC7BA7; }
span { border-color: rgb(220,123,167); }
td.TdClassName
{
border-color: #DC7BA7;
}
.TagClassName
{
border-color: #DC7BA7;
}
</style>