Shades of Pale Violet Red #DF689B
Tints of Pale Violet Red #DF689B
RGB
CMYK
RGB Variations
Color information
#DF689B (or 0xDF689B) is known color: Pale Violet Red. HEX triplet: DF, 68 and 9B. RGB value is (223,104,155). Sum of RGB (Red+Green+Blue) = 223+104+155=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF689B is #209764. Grayscale: #919191. Windows color (decimal): -2135909 or 10184927. OLE color: 10184927.
HSL color Cylindrical-coordinate representation of color #DF689B: hue angle of 334.29º 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 #DF689B is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 155 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.13 |
| HSL | 334.29º | 0.65% | 0.64% | - |
| HSV(B) | 334.29º | 0.53% | 0.87% | - |
| XYZ | 41.3 | 27.96 | 34.23 | - |
| YUV | 145.4 | 133.42 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 155 | 0 | 0.53 | 0.30 | 0.13 | 334.29 | 0.65 | 0.64 |
| Hex | DF | 68 | 9B | 0 | 35 | 1E | D | 14E | 41 | 40 |
| Octal | 337 | 150 | 233 | 0 | 65 | 36 | 15 | 516 | 101 | 100 |
| Binary | 11011111 | 1101000 | 10011011 | 0 | 110101 | 11110 | 1101 | 101001110 | 1000001 | 1000000 |
Color Harmonies of #DF689B
Complementary color
Monochromatic Colors of #DF689B
Black with #DF689B
Text Example
Text Example
White with #DF689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF689B; }
p { color: rgb(223,104,155); }
H1.HeaderClassName
{
color: #DF689B;
}
.AnyTagClassName
{
color: #DF689B;
}
</style>
background-color css
<style>
a { background-color: #DF689B; }
a { background-color: rgb(223,104,155); }
div.DivClassName
{
background-color: #DF689B;
}
.BgClassName
{
background-color: #DF689B;
}
</style>
border-color css
<style>
span { border-color: #DF689B; }
span { border-color: rgb(223,104,155); }
td.TdClassName
{
border-color: #DF689B;
}
.TagClassName
{
border-color: #DF689B;
}
</style>