Shades of Pale Violet Red #DF7791
Tints of Pale Violet Red #DF7791
RGB
CMYK
RGB Variations
Color information
#DF7791 (or 0xDF7791) is known color: Pale Violet Red. HEX triplet: DF, 77 and 91. RGB value is (223,119,145). Sum of RGB (Red+Green+Blue) = 223+119+145=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7791 is #20886E. Grayscale: #999999. Windows color (decimal): -2132079 or 9533407. OLE color: 9533407.
HSL color Cylindrical-coordinate representation of color #DF7791: hue angle of 345º 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 #DF7791 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 145 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.13 |
| HSL | 345º | 0.62% | 0.67% | - |
| HSV(B) | 345º | 0.47% | 0.87% | - |
| XYZ | 42.14 | 30.93 | 30.54 | - |
| YUV | 153.06 | 123.46 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 145 | 0 | 0.47 | 0.35 | 0.13 | 345 | 0.62 | 0.67 |
| Hex | DF | 77 | 91 | 0 | 2F | 23 | D | 159 | 3E | 43 |
| Octal | 337 | 167 | 221 | 0 | 57 | 43 | 15 | 531 | 76 | 103 |
| Binary | 11011111 | 1110111 | 10010001 | 0 | 101111 | 100011 | 1101 | 101011001 | 111110 | 1000011 |
Color Harmonies of #DF7791
Complementary color
Monochromatic Colors of #DF7791
Black with #DF7791
Text Example
Text Example
White with #DF7791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7791; }
p { color: rgb(223,119,145); }
H1.HeaderClassName
{
color: #DF7791;
}
.AnyTagClassName
{
color: #DF7791;
}
</style>
background-color css
<style>
a { background-color: #DF7791; }
a { background-color: rgb(223,119,145); }
div.DivClassName
{
background-color: #DF7791;
}
.BgClassName
{
background-color: #DF7791;
}
</style>
border-color css
<style>
span { border-color: #DF7791; }
span { border-color: rgb(223,119,145); }
td.TdClassName
{
border-color: #DF7791;
}
.TagClassName
{
border-color: #DF7791;
}
</style>