Shades of Pale Violet Red #DF699A
Tints of Pale Violet Red #DF699A
RGB
CMYK
RGB Variations
Color information
#DF699A (or 0xDF699A) is known color: Pale Violet Red. HEX triplet: DF, 69 and 9A. RGB value is (223,105,154). Sum of RGB (Red+Green+Blue) = 223+105+154=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF699A is #209665. Grayscale: #919191. Windows color (decimal): -2135654 or 10119647. OLE color: 10119647.
HSL color Cylindrical-coordinate representation of color #DF699A: hue angle of 335.08º 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 #DF699A is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 154 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.13 |
| HSL | 335.08º | 0.65% | 0.64% | - |
| HSV(B) | 335.08º | 0.53% | 0.87% | - |
| XYZ | 41.32 | 28.12 | 33.82 | - |
| YUV | 145.87 | 132.59 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 154 | 0 | 0.53 | 0.31 | 0.13 | 335.08 | 0.65 | 0.64 |
| Hex | DF | 69 | 9A | 0 | 35 | 1F | D | 14F | 41 | 40 |
| Octal | 337 | 151 | 232 | 0 | 65 | 37 | 15 | 517 | 101 | 100 |
| Binary | 11011111 | 1101001 | 10011010 | 0 | 110101 | 11111 | 1101 | 101001111 | 1000001 | 1000000 |
Color Harmonies of #DF699A
Complementary color
Monochromatic Colors of #DF699A
Black with #DF699A
Text Example
Text Example
White with #DF699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF699A; }
p { color: rgb(223,105,154); }
H1.HeaderClassName
{
color: #DF699A;
}
.AnyTagClassName
{
color: #DF699A;
}
</style>
background-color css
<style>
a { background-color: #DF699A; }
a { background-color: rgb(223,105,154); }
div.DivClassName
{
background-color: #DF699A;
}
.BgClassName
{
background-color: #DF699A;
}
</style>
border-color css
<style>
span { border-color: #DF699A; }
span { border-color: rgb(223,105,154); }
td.TdClassName
{
border-color: #DF699A;
}
.TagClassName
{
border-color: #DF699A;
}
</style>