Shades of Pale Violet Red #DC7BA4
Tints of Pale Violet Red #DC7BA4
RGB
CMYK
RGB Variations
Color information
#DC7BA4 (or 0xDC7BA4) is known color: Pale Violet Red. HEX triplet: DC, 7B and A4. RGB value is (220,123,164). Sum of RGB (Red+Green+Blue) = 220+123+164=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7BA4 is #23845B. Grayscale: #9C9C9C. Windows color (decimal): -2327644 or 10779612. OLE color: 10779612.
HSL color Cylindrical-coordinate representation of color #DC7BA4: hue angle of 334.64º 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 #DC7BA4 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 164 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.14 |
| HSL | 334.64º | 0.58% | 0.67% | - |
| HSV(B) | 334.64º | 0.44% | 0.86% | - |
| XYZ | 43.3 | 32.06 | 39.03 | - |
| YUV | 156.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 164 | 0 | 0.44 | 0.25 | 0.14 | 334.64 | 0.58 | 0.67 |
| Hex | DC | 7B | A4 | 0 | 2C | 19 | E | 14F | 3A | 43 |
| Octal | 334 | 173 | 244 | 0 | 54 | 31 | 16 | 517 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10100100 | 0 | 101100 | 11001 | 1110 | 101001111 | 111010 | 1000011 |
Color Harmonies of #DC7BA4
Complementary color
Monochromatic Colors of #DC7BA4
Black with #DC7BA4
Text Example
Text Example
White with #DC7BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BA4; }
p { color: rgb(220,123,164); }
H1.HeaderClassName
{
color: #DC7BA4;
}
.AnyTagClassName
{
color: #DC7BA4;
}
</style>
background-color css
<style>
a { background-color: #DC7BA4; }
a { background-color: rgb(220,123,164); }
div.DivClassName
{
background-color: #DC7BA4;
}
.BgClassName
{
background-color: #DC7BA4;
}
</style>
border-color css
<style>
span { border-color: #DC7BA4; }
span { border-color: rgb(220,123,164); }
td.TdClassName
{
border-color: #DC7BA4;
}
.TagClassName
{
border-color: #DC7BA4;
}
</style>