Shades of Pale Violet Red #DC7BA9
Tints of Pale Violet Red #DC7BA9
RGB
CMYK
RGB Variations
Color information
#DC7BA9 (or 0xDC7BA9) is known color: Pale Violet Red. HEX triplet: DC, 7B and A9. RGB value is (220,123,169). Sum of RGB (Red+Green+Blue) = 220+123+169=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7BA9 is #238456. Grayscale: #9D9D9D. Windows color (decimal): -2327639 or 11107292. OLE color: 11107292.
HSL color Cylindrical-coordinate representation of color #DC7BA9: hue angle of 331.55º 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 #DC7BA9 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 169 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.14 |
| HSL | 331.55º | 0.58% | 0.67% | - |
| HSV(B) | 331.55º | 0.44% | 0.86% | - |
| XYZ | 43.76 | 32.25 | 41.45 | - |
| YUV | 157.25 | 134.64 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 169 | 0 | 0.44 | 0.23 | 0.14 | 331.55 | 0.58 | 0.67 |
| Hex | DC | 7B | A9 | 0 | 2C | 17 | E | 14C | 3A | 43 |
| Octal | 334 | 173 | 251 | 0 | 54 | 27 | 16 | 514 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10101001 | 0 | 101100 | 10111 | 1110 | 101001100 | 111010 | 1000011 |
Color Harmonies of #DC7BA9
Complementary color
Monochromatic Colors of #DC7BA9
Black with #DC7BA9
Text Example
Text Example
White with #DC7BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BA9; }
p { color: rgb(220,123,169); }
H1.HeaderClassName
{
color: #DC7BA9;
}
.AnyTagClassName
{
color: #DC7BA9;
}
</style>
background-color css
<style>
a { background-color: #DC7BA9; }
a { background-color: rgb(220,123,169); }
div.DivClassName
{
background-color: #DC7BA9;
}
.BgClassName
{
background-color: #DC7BA9;
}
</style>
border-color css
<style>
span { border-color: #DC7BA9; }
span { border-color: rgb(220,123,169); }
td.TdClassName
{
border-color: #DC7BA9;
}
.TagClassName
{
border-color: #DC7BA9;
}
</style>