Shades of Pale Violet Red #DF799B
Tints of Pale Violet Red #DF799B
RGB
CMYK
RGB Variations
Color information
#DF799B (or 0xDF799B) is known color: Pale Violet Red. HEX triplet: DF, 79 and 9B. RGB value is (223,121,155). Sum of RGB (Red+Green+Blue) = 223+121+155=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF799B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF799B is #208664. Grayscale: #9B9B9B. Windows color (decimal): -2131557 or 10189279. OLE color: 10189279.
HSL color Cylindrical-coordinate representation of color #DF799B: hue angle of 340º degrees, saturation: 0.61, 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 #DF799B is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 155 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.13 |
| HSL | 340º | 0.61% | 0.67% | - |
| HSV(B) | 340º | 0.46% | 0.87% | - |
| XYZ | 43.19 | 31.73 | 34.86 | - |
| YUV | 155.37 | 127.79 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 155 | 0 | 0.46 | 0.30 | 0.13 | 340 | 0.61 | 0.67 |
| Hex | DF | 79 | 9B | 0 | 2E | 1E | D | 154 | 3D | 43 |
| Octal | 337 | 171 | 233 | 0 | 56 | 36 | 15 | 524 | 75 | 103 |
| Binary | 11011111 | 1111001 | 10011011 | 0 | 101110 | 11110 | 1101 | 101010100 | 111101 | 1000011 |
Color Harmonies of #DF799B
Complementary color
Monochromatic Colors of #DF799B
Black with #DF799B
Text Example
Text Example
White with #DF799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF799B; }
p { color: rgb(223,121,155); }
H1.HeaderClassName
{
color: #DF799B;
}
.AnyTagClassName
{
color: #DF799B;
}
</style>
background-color css
<style>
a { background-color: #DF799B; }
a { background-color: rgb(223,121,155); }
div.DivClassName
{
background-color: #DF799B;
}
.BgClassName
{
background-color: #DF799B;
}
</style>
border-color css
<style>
span { border-color: #DF799B; }
span { border-color: rgb(223,121,155); }
td.TdClassName
{
border-color: #DF799B;
}
.TagClassName
{
border-color: #DF799B;
}
</style>