Shades of Pale Violet Red #DC7AA5
Tints of Pale Violet Red #DC7AA5
RGB
CMYK
RGB Variations
Color information
#DC7AA5 (or 0xDC7AA5) is known color: Pale Violet Red. HEX triplet: DC, 7A and A5. RGB value is (220,122,165). Sum of RGB (Red+Green+Blue) = 220+122+165=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7AA5 is #23855A. Grayscale: #9C9C9C. Windows color (decimal): -2327899 or 10844892. OLE color: 10844892.
HSL color Cylindrical-coordinate representation of color #DC7AA5: hue angle of 333.67º 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 #DC7AA5 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 165 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.14 |
| HSL | 333.67º | 0.58% | 0.67% | - |
| HSV(B) | 333.67º | 0.45% | 0.86% | - |
| XYZ | 43.27 | 31.85 | 39.46 | - |
| YUV | 156.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 165 | 0 | 0.45 | 0.25 | 0.14 | 333.67 | 0.58 | 0.67 |
| Hex | DC | 7A | A5 | 0 | 2D | 19 | E | 14E | 3A | 43 |
| Octal | 334 | 172 | 245 | 0 | 55 | 31 | 16 | 516 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10100101 | 0 | 101101 | 11001 | 1110 | 101001110 | 111010 | 1000011 |
Color Harmonies of #DC7AA5
Complementary color
Monochromatic Colors of #DC7AA5
Black with #DC7AA5
Text Example
Text Example
White with #DC7AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7AA5; }
p { color: rgb(220,122,165); }
H1.HeaderClassName
{
color: #DC7AA5;
}
.AnyTagClassName
{
color: #DC7AA5;
}
</style>
background-color css
<style>
a { background-color: #DC7AA5; }
a { background-color: rgb(220,122,165); }
div.DivClassName
{
background-color: #DC7AA5;
}
.BgClassName
{
background-color: #DC7AA5;
}
</style>
border-color css
<style>
span { border-color: #DC7AA5; }
span { border-color: rgb(220,122,165); }
td.TdClassName
{
border-color: #DC7AA5;
}
.TagClassName
{
border-color: #DC7AA5;
}
</style>