Shades of Pale Violet Red #DF7797
Tints of Pale Violet Red #DF7797
RGB
CMYK
RGB Variations
Color information
#DF7797 (or 0xDF7797) is known color: Pale Violet Red. HEX triplet: DF, 77 and 97. RGB value is (223,119,151). Sum of RGB (Red+Green+Blue) = 223+119+151=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7797 is #208868. Grayscale: #999999. Windows color (decimal): -2132073 or 9926623. OLE color: 9926623.
HSL color Cylindrical-coordinate representation of color #DF7797: hue angle of 341.54º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF7797 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 151 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.13 |
| HSL | 341.54º | 0.62% | 0.67% | - |
| HSV(B) | 341.54º | 0.47% | 0.87% | - |
| XYZ | 42.61 | 31.12 | 33.04 | - |
| YUV | 153.74 | 126.46 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 151 | 0 | 0.47 | 0.32 | 0.13 | 341.54 | 0.62 | 0.67 |
| Hex | DF | 77 | 97 | 0 | 2F | 20 | D | 156 | 3E | 43 |
| Octal | 337 | 167 | 227 | 0 | 57 | 40 | 15 | 526 | 76 | 103 |
| Binary | 11011111 | 1110111 | 10010111 | 0 | 101111 | 100000 | 1101 | 101010110 | 111110 | 1000011 |
Color Harmonies of #DF7797
Complementary color
Monochromatic Colors of #DF7797
Black with #DF7797
Text Example
Text Example
White with #DF7797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7797; }
p { color: rgb(223,119,151); }
H1.HeaderClassName
{
color: #DF7797;
}
.AnyTagClassName
{
color: #DF7797;
}
</style>
background-color css
<style>
a { background-color: #DF7797; }
a { background-color: rgb(223,119,151); }
div.DivClassName
{
background-color: #DF7797;
}
.BgClassName
{
background-color: #DF7797;
}
</style>
border-color css
<style>
span { border-color: #DF7797; }
span { border-color: rgb(223,119,151); }
td.TdClassName
{
border-color: #DF7797;
}
.TagClassName
{
border-color: #DF7797;
}
</style>