Shades of Pale Violet Red #DF779B
Tints of Pale Violet Red #DF779B
RGB
CMYK
RGB Variations
Color information
#DF779B (or 0xDF779B) is known color: Pale Violet Red. HEX triplet: DF, 77 and 9B. RGB value is (223,119,155). Sum of RGB (Red+Green+Blue) = 223+119+155=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF779B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF779B is #208864. Grayscale: #9A9A9A. Windows color (decimal): -2132069 or 10188767. OLE color: 10188767.
HSL color Cylindrical-coordinate representation of color #DF779B: hue angle of 339.23º 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 #DF779B is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 155 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.13 |
| HSL | 339.23º | 0.62% | 0.67% | - |
| HSV(B) | 339.23º | 0.47% | 0.87% | - |
| XYZ | 42.94 | 31.25 | 34.78 | - |
| YUV | 154.2 | 128.46 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 155 | 0 | 0.47 | 0.30 | 0.13 | 339.23 | 0.62 | 0.67 |
| Hex | DF | 77 | 9B | 0 | 2F | 1E | D | 153 | 3E | 43 |
| Octal | 337 | 167 | 233 | 0 | 57 | 36 | 15 | 523 | 76 | 103 |
| Binary | 11011111 | 1110111 | 10011011 | 0 | 101111 | 11110 | 1101 | 101010011 | 111110 | 1000011 |
Color Harmonies of #DF779B
Complementary color
Monochromatic Colors of #DF779B
Black with #DF779B
Text Example
Text Example
White with #DF779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF779B; }
p { color: rgb(223,119,155); }
H1.HeaderClassName
{
color: #DF779B;
}
.AnyTagClassName
{
color: #DF779B;
}
</style>
background-color css
<style>
a { background-color: #DF779B; }
a { background-color: rgb(223,119,155); }
div.DivClassName
{
background-color: #DF779B;
}
.BgClassName
{
background-color: #DF779B;
}
</style>
border-color css
<style>
span { border-color: #DF779B; }
span { border-color: rgb(223,119,155); }
td.TdClassName
{
border-color: #DF779B;
}
.TagClassName
{
border-color: #DF779B;
}
</style>