Shades of Pale Violet Red #DF7AA0
Tints of Pale Violet Red #DF7AA0
RGB
CMYK
RGB Variations
Color information
#DF7AA0 (or 0xDF7AA0) is known color: Pale Violet Red. HEX triplet: DF, 7A and A0. RGB value is (223,122,160). Sum of RGB (Red+Green+Blue) = 223+122+160=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7AA0 is #20855F. Grayscale: #9C9C9C. Windows color (decimal): -2131296 or 10517215. OLE color: 10517215.
HSL color Cylindrical-coordinate representation of color #DF7AA0: hue angle of 337.43º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7AA0 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 160 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.13 |
| HSL | 337.43º | 0.61% | 0.68% | - |
| HSV(B) | 337.43º | 0.45% | 0.87% | - |
| XYZ | 43.74 | 32.15 | 37.16 | - |
| YUV | 156.53 | 129.96 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 160 | 0 | 0.45 | 0.28 | 0.13 | 337.43 | 0.61 | 0.68 |
| Hex | DF | 7A | A0 | 0 | 2D | 1C | D | 151 | 3D | 44 |
| Octal | 337 | 172 | 240 | 0 | 55 | 34 | 15 | 521 | 75 | 104 |
| Binary | 11011111 | 1111010 | 10100000 | 0 | 101101 | 11100 | 1101 | 101010001 | 111101 | 1000100 |
Color Harmonies of #DF7AA0
Complementary color
Monochromatic Colors of #DF7AA0
Black with #DF7AA0
Text Example
Text Example
White with #DF7AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7AA0; }
p { color: rgb(223,122,160); }
H1.HeaderClassName
{
color: #DF7AA0;
}
.AnyTagClassName
{
color: #DF7AA0;
}
</style>
background-color css
<style>
a { background-color: #DF7AA0; }
a { background-color: rgb(223,122,160); }
div.DivClassName
{
background-color: #DF7AA0;
}
.BgClassName
{
background-color: #DF7AA0;
}
</style>
border-color css
<style>
span { border-color: #DF7AA0; }
span { border-color: rgb(223,122,160); }
td.TdClassName
{
border-color: #DF7AA0;
}
.TagClassName
{
border-color: #DF7AA0;
}
</style>