Shades of Pale Violet Red #DF668D
Tints of Pale Violet Red #DF668D
RGB
CMYK
RGB Variations
Color information
#DF668D (or 0xDF668D) is known color: Pale Violet Red. HEX triplet: DF, 66 and 8D. RGB value is (223,102,141). Sum of RGB (Red+Green+Blue) = 223+102+141=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF668D is #209972. Grayscale: #8E8E8E. Windows color (decimal): -2136435 or 9266911. OLE color: 9266911.
HSL color Cylindrical-coordinate representation of color #DF668D: hue angle of 340.66º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF668D is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 141 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.13 |
| HSL | 340.66º | 0.65% | 0.64% | - |
| HSV(B) | 340.66º | 0.54% | 0.87% | - |
| XYZ | 39.99 | 27.11 | 28.33 | - |
| YUV | 142.63 | 127.09 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 141 | 0 | 0.54 | 0.37 | 0.13 | 340.66 | 0.65 | 0.64 |
| Hex | DF | 66 | 8D | 0 | 36 | 25 | D | 155 | 41 | 40 |
| Octal | 337 | 146 | 215 | 0 | 66 | 45 | 15 | 525 | 101 | 100 |
| Binary | 11011111 | 1100110 | 10001101 | 0 | 110110 | 100101 | 1101 | 101010101 | 1000001 | 1000000 |
Color Harmonies of #DF668D
Complementary color
Monochromatic Colors of #DF668D
Black with #DF668D
Text Example
Text Example
White with #DF668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF668D; }
p { color: rgb(223,102,141); }
H1.HeaderClassName
{
color: #DF668D;
}
.AnyTagClassName
{
color: #DF668D;
}
</style>
background-color css
<style>
a { background-color: #DF668D; }
a { background-color: rgb(223,102,141); }
div.DivClassName
{
background-color: #DF668D;
}
.BgClassName
{
background-color: #DF668D;
}
</style>
border-color css
<style>
span { border-color: #DF668D; }
span { border-color: rgb(223,102,141); }
td.TdClassName
{
border-color: #DF668D;
}
.TagClassName
{
border-color: #DF668D;
}
</style>