Shades of Pale Violet Red #DF668F
Tints of Pale Violet Red #DF668F
RGB
CMYK
RGB Variations
Color information
#DF668F (or 0xDF668F) is known color: Pale Violet Red. HEX triplet: DF, 66 and 8F. RGB value is (223,102,143). Sum of RGB (Red+Green+Blue) = 223+102+143=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF668F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF668F is #209970. Grayscale: #8E8E8E. Windows color (decimal): -2136433 or 9397983. OLE color: 9397983.
HSL color Cylindrical-coordinate representation of color #DF668F: hue angle of 339.67º 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 #DF668F is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 143 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.13 |
| HSL | 339.67º | 0.65% | 0.64% | - |
| HSV(B) | 339.67º | 0.54% | 0.87% | - |
| XYZ | 40.14 | 27.17 | 29.12 | - |
| YUV | 142.85 | 128.09 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 143 | 0 | 0.54 | 0.36 | 0.13 | 339.67 | 0.65 | 0.64 |
| Hex | DF | 66 | 8F | 0 | 36 | 24 | D | 154 | 41 | 40 |
| Octal | 337 | 146 | 217 | 0 | 66 | 44 | 15 | 524 | 101 | 100 |
| Binary | 11011111 | 1100110 | 10001111 | 0 | 110110 | 100100 | 1101 | 101010100 | 1000001 | 1000000 |
Color Harmonies of #DF668F
Complementary color
Monochromatic Colors of #DF668F
Black with #DF668F
Text Example
Text Example
White with #DF668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF668F; }
p { color: rgb(223,102,143); }
H1.HeaderClassName
{
color: #DF668F;
}
.AnyTagClassName
{
color: #DF668F;
}
</style>
background-color css
<style>
a { background-color: #DF668F; }
a { background-color: rgb(223,102,143); }
div.DivClassName
{
background-color: #DF668F;
}
.BgClassName
{
background-color: #DF668F;
}
</style>
border-color css
<style>
span { border-color: #DF668F; }
span { border-color: rgb(223,102,143); }
td.TdClassName
{
border-color: #DF668F;
}
.TagClassName
{
border-color: #DF668F;
}
</style>