Shades of Pale Violet Red #DD698C
Tints of Pale Violet Red #DD698C
RGB
CMYK
RGB Variations
Color information
#DD698C (or 0xDD698C) is known color: Pale Violet Red. HEX triplet: DD, 69 and 8C. RGB value is (221,105,140). Sum of RGB (Red+Green+Blue) = 221+105+140=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD698C is #229673. Grayscale: #8F8F8F. Windows color (decimal): -2266740 or 9202141. OLE color: 9202141.
HSL color Cylindrical-coordinate representation of color #DD698C: hue angle of 341.9º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD698C is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 140 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.13 |
| HSL | 341.9º | 0.63% | 0.64% | - |
| HSV(B) | 341.9º | 0.52% | 0.87% | - |
| XYZ | 39.6 | 27.37 | 28.01 | - |
| YUV | 143.67 | 125.93 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 140 | 0 | 0.52 | 0.37 | 0.13 | 341.9 | 0.63 | 0.64 |
| Hex | DD | 69 | 8C | 0 | 34 | 25 | D | 156 | 3F | 40 |
| Octal | 335 | 151 | 214 | 0 | 64 | 45 | 15 | 526 | 77 | 100 |
| Binary | 11011101 | 1101001 | 10001100 | 0 | 110100 | 100101 | 1101 | 101010110 | 111111 | 1000000 |
Color Harmonies of #DD698C
Complementary color
Monochromatic Colors of #DD698C
Black with #DD698C
Text Example
Text Example
White with #DD698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD698C; }
p { color: rgb(221,105,140); }
H1.HeaderClassName
{
color: #DD698C;
}
.AnyTagClassName
{
color: #DD698C;
}
</style>
background-color css
<style>
a { background-color: #DD698C; }
a { background-color: rgb(221,105,140); }
div.DivClassName
{
background-color: #DD698C;
}
.BgClassName
{
background-color: #DD698C;
}
</style>
border-color css
<style>
span { border-color: #DD698C; }
span { border-color: rgb(221,105,140); }
td.TdClassName
{
border-color: #DD698C;
}
.TagClassName
{
border-color: #DD698C;
}
</style>