Shades of Pale Violet Red #DF7897
Tints of Pale Violet Red #DF7897
RGB
CMYK
RGB Variations
Color information
#DF7897 (or 0xDF7897) is known color: Pale Violet Red. HEX triplet: DF, 78 and 97. RGB value is (223,120,151). Sum of RGB (Red+Green+Blue) = 223+120+151=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 120 (47.27% from 255 or 24.29% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7897 is #208768. Grayscale: #9A9A9A. Windows color (decimal): -2131817 or 9926879. OLE color: 9926879.
HSL color Cylindrical-coordinate representation of color #DF7897: hue angle of 341.94º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF7897 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 151 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.13 |
| HSL | 341.94º | 0.62% | 0.67% | - |
| HSV(B) | 341.94º | 0.46% | 0.87% | - |
| XYZ | 42.73 | 31.36 | 33.08 | - |
| YUV | 154.33 | 126.12 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 151 | 0 | 0.46 | 0.32 | 0.13 | 341.94 | 0.62 | 0.67 |
| Hex | DF | 78 | 97 | 0 | 2E | 20 | D | 156 | 3E | 43 |
| Octal | 337 | 170 | 227 | 0 | 56 | 40 | 15 | 526 | 76 | 103 |
| Binary | 11011111 | 1111000 | 10010111 | 0 | 101110 | 100000 | 1101 | 101010110 | 111110 | 1000011 |
Color Harmonies of #DF7897
Complementary color
Monochromatic Colors of #DF7897
Black with #DF7897
Text Example
Text Example
White with #DF7897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7897; }
p { color: rgb(223,120,151); }
H1.HeaderClassName
{
color: #DF7897;
}
.AnyTagClassName
{
color: #DF7897;
}
</style>
background-color css
<style>
a { background-color: #DF7897; }
a { background-color: rgb(223,120,151); }
div.DivClassName
{
background-color: #DF7897;
}
.BgClassName
{
background-color: #DF7897;
}
</style>
border-color css
<style>
span { border-color: #DF7897; }
span { border-color: rgb(223,120,151); }
td.TdClassName
{
border-color: #DF7897;
}
.TagClassName
{
border-color: #DF7897;
}
</style>