Shades of Pale Violet Red #DF689E
Tints of Pale Violet Red #DF689E
RGB
CMYK
RGB Variations
Color information
#DF689E (or 0xDF689E) is known color: Pale Violet Red. HEX triplet: DF, 68 and 9E. RGB value is (223,104,158). Sum of RGB (Red+Green+Blue) = 223+104+158=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF689E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF689E is #209761. Grayscale: #919191. Windows color (decimal): -2135906 or 10381535. OLE color: 10381535.
HSL color Cylindrical-coordinate representation of color #DF689E: hue angle of 332.77º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF689E is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 158 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.13 |
| HSL | 332.77º | 0.65% | 0.64% | - |
| HSV(B) | 332.77º | 0.53% | 0.87% | - |
| XYZ | 41.55 | 28.06 | 35.57 | - |
| YUV | 145.74 | 134.92 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 158 | 0 | 0.53 | 0.29 | 0.13 | 332.77 | 0.65 | 0.64 |
| Hex | DF | 68 | 9E | 0 | 35 | 1D | D | 14D | 41 | 40 |
| Octal | 337 | 150 | 236 | 0 | 65 | 35 | 15 | 515 | 101 | 100 |
| Binary | 11011111 | 1101000 | 10011110 | 0 | 110101 | 11101 | 1101 | 101001101 | 1000001 | 1000000 |
Color Harmonies of #DF689E
Complementary color
Monochromatic Colors of #DF689E
Black with #DF689E
Text Example
Text Example
White with #DF689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF689E; }
p { color: rgb(223,104,158); }
H1.HeaderClassName
{
color: #DF689E;
}
.AnyTagClassName
{
color: #DF689E;
}
</style>
background-color css
<style>
a { background-color: #DF689E; }
a { background-color: rgb(223,104,158); }
div.DivClassName
{
background-color: #DF689E;
}
.BgClassName
{
background-color: #DF689E;
}
</style>
border-color css
<style>
span { border-color: #DF689E; }
span { border-color: rgb(223,104,158); }
td.TdClassName
{
border-color: #DF689E;
}
.TagClassName
{
border-color: #DF689E;
}
</style>