Shades of Pale Violet Red #DD698E
Tints of Pale Violet Red #DD698E
RGB
CMYK
RGB Variations
Color information
#DD698E (or 0xDD698E) is known color: Pale Violet Red. HEX triplet: DD, 69 and 8E. RGB value is (221,105,142). Sum of RGB (Red+Green+Blue) = 221+105+142=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD698E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD698E is #229671. Grayscale: #8F8F8F. Windows color (decimal): -2266738 or 9333213. OLE color: 9333213.
HSL color Cylindrical-coordinate representation of color #DD698E: hue angle of 340.86º 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 #DD698E is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 142 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.13 |
| HSL | 340.86º | 0.63% | 0.64% | - |
| HSV(B) | 340.86º | 0.52% | 0.87% | - |
| XYZ | 39.75 | 27.43 | 28.79 | - |
| YUV | 143.9 | 126.93 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 142 | 0 | 0.52 | 0.36 | 0.13 | 340.86 | 0.63 | 0.64 |
| Hex | DD | 69 | 8E | 0 | 34 | 24 | D | 155 | 3F | 40 |
| Octal | 335 | 151 | 216 | 0 | 64 | 44 | 15 | 525 | 77 | 100 |
| Binary | 11011101 | 1101001 | 10001110 | 0 | 110100 | 100100 | 1101 | 101010101 | 111111 | 1000000 |
Color Harmonies of #DD698E
Complementary color
Monochromatic Colors of #DD698E
Black with #DD698E
Text Example
Text Example
White with #DD698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD698E; }
p { color: rgb(221,105,142); }
H1.HeaderClassName
{
color: #DD698E;
}
.AnyTagClassName
{
color: #DD698E;
}
</style>
background-color css
<style>
a { background-color: #DD698E; }
a { background-color: rgb(221,105,142); }
div.DivClassName
{
background-color: #DD698E;
}
.BgClassName
{
background-color: #DD698E;
}
</style>
border-color css
<style>
span { border-color: #DD698E; }
span { border-color: rgb(221,105,142); }
td.TdClassName
{
border-color: #DD698E;
}
.TagClassName
{
border-color: #DD698E;
}
</style>