Shades of Pale Violet Red #DC7BA8
Tints of Pale Violet Red #DC7BA8
RGB
CMYK
RGB Variations
Color information
#DC7BA8 (or 0xDC7BA8) is known color: Pale Violet Red. HEX triplet: DC, 7B and A8. RGB value is (220,123,168). Sum of RGB (Red+Green+Blue) = 220+123+168=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7BA8 is #238457. Grayscale: #9D9D9D. Windows color (decimal): -2327640 or 11041756. OLE color: 11041756.
HSL color Cylindrical-coordinate representation of color #DC7BA8: hue angle of 332.16º 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 #DC7BA8 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 168 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.14 |
| HSL | 332.16º | 0.58% | 0.67% | - |
| HSV(B) | 332.16º | 0.44% | 0.86% | - |
| XYZ | 43.67 | 32.21 | 40.96 | - |
| YUV | 157.13 | 134.14 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 168 | 0 | 0.44 | 0.24 | 0.14 | 332.16 | 0.58 | 0.67 |
| Hex | DC | 7B | A8 | 0 | 2C | 18 | E | 14C | 3A | 43 |
| Octal | 334 | 173 | 250 | 0 | 54 | 30 | 16 | 514 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10101000 | 0 | 101100 | 11000 | 1110 | 101001100 | 111010 | 1000011 |
Color Harmonies of #DC7BA8
Complementary color
Monochromatic Colors of #DC7BA8
Black with #DC7BA8
Text Example
Text Example
White with #DC7BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BA8; }
p { color: rgb(220,123,168); }
H1.HeaderClassName
{
color: #DC7BA8;
}
.AnyTagClassName
{
color: #DC7BA8;
}
</style>
background-color css
<style>
a { background-color: #DC7BA8; }
a { background-color: rgb(220,123,168); }
div.DivClassName
{
background-color: #DC7BA8;
}
.BgClassName
{
background-color: #DC7BA8;
}
</style>
border-color css
<style>
span { border-color: #DC7BA8; }
span { border-color: rgb(220,123,168); }
td.TdClassName
{
border-color: #DC7BA8;
}
.TagClassName
{
border-color: #DC7BA8;
}
</style>