Shades of Pale Violet Red #DD698D
Tints of Pale Violet Red #DD698D
RGB
CMYK
RGB Variations
Color information
#DD698D (or 0xDD698D) is known color: Pale Violet Red. HEX triplet: DD, 69 and 8D. RGB value is (221,105,141). Sum of RGB (Red+Green+Blue) = 221+105+141=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD698D is #229672. Grayscale: #8F8F8F. Windows color (decimal): -2266739 or 9267677. OLE color: 9267677.
HSL color Cylindrical-coordinate representation of color #DD698D: hue angle of 341.38º 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 #DD698D is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 141 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.13 |
| HSL | 341.38º | 0.63% | 0.64% | - |
| HSV(B) | 341.38º | 0.52% | 0.87% | - |
| XYZ | 39.68 | 27.4 | 28.4 | - |
| YUV | 143.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 141 | 0 | 0.52 | 0.36 | 0.13 | 341.38 | 0.63 | 0.64 |
| Hex | DD | 69 | 8D | 0 | 34 | 24 | D | 155 | 3F | 40 |
| Octal | 335 | 151 | 215 | 0 | 64 | 44 | 15 | 525 | 77 | 100 |
| Binary | 11011101 | 1101001 | 10001101 | 0 | 110100 | 100100 | 1101 | 101010101 | 111111 | 1000000 |
Color Harmonies of #DD698D
Complementary color
Monochromatic Colors of #DD698D
Black with #DD698D
Text Example
Text Example
White with #DD698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD698D; }
p { color: rgb(221,105,141); }
H1.HeaderClassName
{
color: #DD698D;
}
.AnyTagClassName
{
color: #DD698D;
}
</style>
background-color css
<style>
a { background-color: #DD698D; }
a { background-color: rgb(221,105,141); }
div.DivClassName
{
background-color: #DD698D;
}
.BgClassName
{
background-color: #DD698D;
}
</style>
border-color css
<style>
span { border-color: #DD698D; }
span { border-color: rgb(221,105,141); }
td.TdClassName
{
border-color: #DD698D;
}
.TagClassName
{
border-color: #DD698D;
}
</style>