Shades of Pale Violet Red #DD699E
Tints of Pale Violet Red #DD699E
RGB
CMYK
RGB Variations
Color information
#DD699E (or 0xDD699E) is known color: Pale Violet Red. HEX triplet: DD, 69 and 9E. RGB value is (221,105,158). Sum of RGB (Red+Green+Blue) = 221+105+158=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD699E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD699E is #229661. Grayscale: #919191. Windows color (decimal): -2266722 or 10381789. OLE color: 10381789.
HSL color Cylindrical-coordinate representation of color #DD699E: hue angle of 332.59º 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 #DD699E is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 158 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.13 |
| HSL | 332.59º | 0.63% | 0.64% | - |
| HSV(B) | 332.59º | 0.52% | 0.87% | - |
| XYZ | 41.04 | 27.94 | 35.58 | - |
| YUV | 145.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 158 | 0 | 0.52 | 0.29 | 0.13 | 332.59 | 0.63 | 0.64 |
| Hex | DD | 69 | 9E | 0 | 34 | 1D | D | 14D | 3F | 40 |
| Octal | 335 | 151 | 236 | 0 | 64 | 35 | 15 | 515 | 77 | 100 |
| Binary | 11011101 | 1101001 | 10011110 | 0 | 110100 | 11101 | 1101 | 101001101 | 111111 | 1000000 |
Color Harmonies of #DD699E
Complementary color
Monochromatic Colors of #DD699E
Black with #DD699E
Text Example
Text Example
White with #DD699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD699E; }
p { color: rgb(221,105,158); }
H1.HeaderClassName
{
color: #DD699E;
}
.AnyTagClassName
{
color: #DD699E;
}
</style>
background-color css
<style>
a { background-color: #DD699E; }
a { background-color: rgb(221,105,158); }
div.DivClassName
{
background-color: #DD699E;
}
.BgClassName
{
background-color: #DD699E;
}
</style>
border-color css
<style>
span { border-color: #DD699E; }
span { border-color: rgb(221,105,158); }
td.TdClassName
{
border-color: #DD699E;
}
.TagClassName
{
border-color: #DD699E;
}
</style>