Shades of Pale Violet Red #DF7C9F
Tints of Pale Violet Red #DF7C9F
RGB
CMYK
RGB Variations
Color information
#DF7C9F (or 0xDF7C9F) is known color: Pale Violet Red. HEX triplet: DF, 7C and 9F. RGB value is (223,124,159). Sum of RGB (Red+Green+Blue) = 223+124+159=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7C9F is #208360. Grayscale: #9D9D9D. Windows color (decimal): -2130785 or 10452191. OLE color: 10452191.
HSL color Cylindrical-coordinate representation of color #DF7C9F: hue angle of 338.79º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7C9F is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 159 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.13 |
| HSL | 338.79º | 0.61% | 0.68% | - |
| HSV(B) | 338.79º | 0.44% | 0.87% | - |
| XYZ | 43.9 | 32.61 | 36.78 | - |
| YUV | 157.59 | 128.8 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 159 | 0 | 0.44 | 0.29 | 0.13 | 338.79 | 0.61 | 0.68 |
| Hex | DF | 7C | 9F | 0 | 2C | 1D | D | 153 | 3D | 44 |
| Octal | 337 | 174 | 237 | 0 | 54 | 35 | 15 | 523 | 75 | 104 |
| Binary | 11011111 | 1111100 | 10011111 | 0 | 101100 | 11101 | 1101 | 101010011 | 111101 | 1000100 |
Color Harmonies of #DF7C9F
Complementary color
Monochromatic Colors of #DF7C9F
Black with #DF7C9F
Text Example
Text Example
White with #DF7C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C9F; }
p { color: rgb(223,124,159); }
H1.HeaderClassName
{
color: #DF7C9F;
}
.AnyTagClassName
{
color: #DF7C9F;
}
</style>
background-color css
<style>
a { background-color: #DF7C9F; }
a { background-color: rgb(223,124,159); }
div.DivClassName
{
background-color: #DF7C9F;
}
.BgClassName
{
background-color: #DF7C9F;
}
</style>
border-color css
<style>
span { border-color: #DF7C9F; }
span { border-color: rgb(223,124,159); }
td.TdClassName
{
border-color: #DF7C9F;
}
.TagClassName
{
border-color: #DF7C9F;
}
</style>