Shades of Pale Violet Red #DF688D
Tints of Pale Violet Red #DF688D
RGB
CMYK
RGB Variations
Color information
#DF688D (or 0xDF688D) is known color: Pale Violet Red. HEX triplet: DF, 68 and 8D. RGB value is (223,104,141). Sum of RGB (Red+Green+Blue) = 223+104+141=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF688D is #209772. Grayscale: #8F8F8F. Windows color (decimal): -2135923 or 9267423. OLE color: 9267423.
HSL color Cylindrical-coordinate representation of color #DF688D: hue angle of 341.34º 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 #DF688D is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 141 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.13 |
| HSL | 341.34º | 0.65% | 0.64% | - |
| HSV(B) | 341.34º | 0.53% | 0.87% | - |
| XYZ | 40.19 | 27.51 | 28.39 | - |
| YUV | 143.8 | 126.42 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 141 | 0 | 0.53 | 0.37 | 0.13 | 341.34 | 0.65 | 0.64 |
| Hex | DF | 68 | 8D | 0 | 35 | 25 | D | 155 | 41 | 40 |
| Octal | 337 | 150 | 215 | 0 | 65 | 45 | 15 | 525 | 101 | 100 |
| Binary | 11011111 | 1101000 | 10001101 | 0 | 110101 | 100101 | 1101 | 101010101 | 1000001 | 1000000 |
Color Harmonies of #DF688D
Complementary color
Monochromatic Colors of #DF688D
Black with #DF688D
Text Example
Text Example
White with #DF688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF688D; }
p { color: rgb(223,104,141); }
H1.HeaderClassName
{
color: #DF688D;
}
.AnyTagClassName
{
color: #DF688D;
}
</style>
background-color css
<style>
a { background-color: #DF688D; }
a { background-color: rgb(223,104,141); }
div.DivClassName
{
background-color: #DF688D;
}
.BgClassName
{
background-color: #DF688D;
}
</style>
border-color css
<style>
span { border-color: #DF688D; }
span { border-color: rgb(223,104,141); }
td.TdClassName
{
border-color: #DF688D;
}
.TagClassName
{
border-color: #DF688D;
}
</style>