Shades of Pale Violet Red #DC7AA4
Tints of Pale Violet Red #DC7AA4
RGB
CMYK
RGB Variations
Color information
#DC7AA4 (or 0xDC7AA4) is known color: Pale Violet Red. HEX triplet: DC, 7A and A4. RGB value is (220,122,164). Sum of RGB (Red+Green+Blue) = 220+122+164=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7AA4 is #23855B. Grayscale: #9C9C9C. Windows color (decimal): -2327900 or 10779356. OLE color: 10779356.
HSL color Cylindrical-coordinate representation of color #DC7AA4: hue angle of 334.29º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7AA4 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 164 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.14 |
| HSL | 334.29º | 0.58% | 0.67% | - |
| HSV(B) | 334.29º | 0.45% | 0.86% | - |
| XYZ | 43.18 | 31.82 | 38.99 | - |
| YUV | 156.09 | 132.47 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 164 | 0 | 0.45 | 0.25 | 0.14 | 334.29 | 0.58 | 0.67 |
| Hex | DC | 7A | A4 | 0 | 2D | 19 | E | 14E | 3A | 43 |
| Octal | 334 | 172 | 244 | 0 | 55 | 31 | 16 | 516 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10100100 | 0 | 101101 | 11001 | 1110 | 101001110 | 111010 | 1000011 |
Color Harmonies of #DC7AA4
Complementary color
Monochromatic Colors of #DC7AA4
Black with #DC7AA4
Text Example
Text Example
White with #DC7AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7AA4; }
p { color: rgb(220,122,164); }
H1.HeaderClassName
{
color: #DC7AA4;
}
.AnyTagClassName
{
color: #DC7AA4;
}
</style>
background-color css
<style>
a { background-color: #DC7AA4; }
a { background-color: rgb(220,122,164); }
div.DivClassName
{
background-color: #DC7AA4;
}
.BgClassName
{
background-color: #DC7AA4;
}
</style>
border-color css
<style>
span { border-color: #DC7AA4; }
span { border-color: rgb(220,122,164); }
td.TdClassName
{
border-color: #DC7AA4;
}
.TagClassName
{
border-color: #DC7AA4;
}
</style>