Shades of Pale Violet Red #DF699C
Tints of Pale Violet Red #DF699C
RGB
CMYK
RGB Variations
Color information
#DF699C (or 0xDF699C) is known color: Pale Violet Red. HEX triplet: DF, 69 and 9C. RGB value is (223,105,156). Sum of RGB (Red+Green+Blue) = 223+105+156=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF699C is #209663. Grayscale: #929292. Windows color (decimal): -2135652 or 10250719. OLE color: 10250719.
HSL color Cylindrical-coordinate representation of color #DF699C: hue angle of 334.07º 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 #DF699C is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 156 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.13 |
| HSL | 334.07º | 0.65% | 0.64% | - |
| HSV(B) | 334.07º | 0.53% | 0.87% | - |
| XYZ | 41.48 | 28.19 | 34.71 | - |
| YUV | 146.1 | 133.59 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 156 | 0 | 0.53 | 0.30 | 0.13 | 334.07 | 0.65 | 0.64 |
| Hex | DF | 69 | 9C | 0 | 35 | 1E | D | 14E | 41 | 40 |
| Octal | 337 | 151 | 234 | 0 | 65 | 36 | 15 | 516 | 101 | 100 |
| Binary | 11011111 | 1101001 | 10011100 | 0 | 110101 | 11110 | 1101 | 101001110 | 1000001 | 1000000 |
Color Harmonies of #DF699C
Complementary color
Monochromatic Colors of #DF699C
Black with #DF699C
Text Example
Text Example
White with #DF699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF699C; }
p { color: rgb(223,105,156); }
H1.HeaderClassName
{
color: #DF699C;
}
.AnyTagClassName
{
color: #DF699C;
}
</style>
background-color css
<style>
a { background-color: #DF699C; }
a { background-color: rgb(223,105,156); }
div.DivClassName
{
background-color: #DF699C;
}
.BgClassName
{
background-color: #DF699C;
}
</style>
border-color css
<style>
span { border-color: #DF699C; }
span { border-color: rgb(223,105,156); }
td.TdClassName
{
border-color: #DF699C;
}
.TagClassName
{
border-color: #DF699C;
}
</style>