Shades of Pale Violet Red #DF689F
Tints of Pale Violet Red #DF689F
RGB
CMYK
RGB Variations
Color information
#DF689F (or 0xDF689F) is known color: Pale Violet Red. HEX triplet: DF, 68 and 9F. RGB value is (223,104,159). Sum of RGB (Red+Green+Blue) = 223+104+159=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF689F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF689F is #209760. Grayscale: #919191. Windows color (decimal): -2135905 or 10447071. OLE color: 10447071.
HSL color Cylindrical-coordinate representation of color #DF689F: hue angle of 332.27º 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 #DF689F is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 159 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.13 |
| HSL | 332.27º | 0.65% | 0.64% | - |
| HSV(B) | 332.27º | 0.53% | 0.87% | - |
| XYZ | 41.64 | 28.09 | 36.03 | - |
| YUV | 145.85 | 135.42 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 159 | 0 | 0.53 | 0.29 | 0.13 | 332.27 | 0.65 | 0.64 |
| Hex | DF | 68 | 9F | 0 | 35 | 1D | D | 14C | 41 | 40 |
| Octal | 337 | 150 | 237 | 0 | 65 | 35 | 15 | 514 | 101 | 100 |
| Binary | 11011111 | 1101000 | 10011111 | 0 | 110101 | 11101 | 1101 | 101001100 | 1000001 | 1000000 |
Color Harmonies of #DF689F
Complementary color
Monochromatic Colors of #DF689F
Black with #DF689F
Text Example
Text Example
White with #DF689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF689F; }
p { color: rgb(223,104,159); }
H1.HeaderClassName
{
color: #DF689F;
}
.AnyTagClassName
{
color: #DF689F;
}
</style>
background-color css
<style>
a { background-color: #DF689F; }
a { background-color: rgb(223,104,159); }
div.DivClassName
{
background-color: #DF689F;
}
.BgClassName
{
background-color: #DF689F;
}
</style>
border-color css
<style>
span { border-color: #DF689F; }
span { border-color: rgb(223,104,159); }
td.TdClassName
{
border-color: #DF689F;
}
.TagClassName
{
border-color: #DF689F;
}
</style>