Shades of Pale Violet Red #DC7BA6
Tints of Pale Violet Red #DC7BA6
RGB
CMYK
RGB Variations
Color information
#DC7BA6 (or 0xDC7BA6) is known color: Pale Violet Red. HEX triplet: DC, 7B and A6. RGB value is (220,123,166). Sum of RGB (Red+Green+Blue) = 220+123+166=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7BA6 is #238459. Grayscale: #9C9C9C. Windows color (decimal): -2327642 or 10910684. OLE color: 10910684.
HSL color Cylindrical-coordinate representation of color #DC7BA6: hue angle of 333.4º 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 #DC7BA6 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 166 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.14 |
| HSL | 333.4º | 0.58% | 0.67% | - |
| HSV(B) | 333.4º | 0.44% | 0.86% | - |
| XYZ | 43.48 | 32.13 | 39.99 | - |
| YUV | 156.91 | 133.14 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 166 | 0 | 0.44 | 0.25 | 0.14 | 333.4 | 0.58 | 0.67 |
| Hex | DC | 7B | A6 | 0 | 2C | 19 | E | 14D | 3A | 43 |
| Octal | 334 | 173 | 246 | 0 | 54 | 31 | 16 | 515 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10100110 | 0 | 101100 | 11001 | 1110 | 101001101 | 111010 | 1000011 |
Color Harmonies of #DC7BA6
Complementary color
Monochromatic Colors of #DC7BA6
Black with #DC7BA6
Text Example
Text Example
White with #DC7BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BA6; }
p { color: rgb(220,123,166); }
H1.HeaderClassName
{
color: #DC7BA6;
}
.AnyTagClassName
{
color: #DC7BA6;
}
</style>
background-color css
<style>
a { background-color: #DC7BA6; }
a { background-color: rgb(220,123,166); }
div.DivClassName
{
background-color: #DC7BA6;
}
.BgClassName
{
background-color: #DC7BA6;
}
</style>
border-color css
<style>
span { border-color: #DC7BA6; }
span { border-color: rgb(220,123,166); }
td.TdClassName
{
border-color: #DC7BA6;
}
.TagClassName
{
border-color: #DC7BA6;
}
</style>