Shades of Pale Violet Red #DD699F
Tints of Pale Violet Red #DD699F
RGB
CMYK
RGB Variations
Color information
#DD699F (or 0xDD699F) is known color: Pale Violet Red. HEX triplet: DD, 69 and 9F. RGB value is (221,105,159). Sum of RGB (Red+Green+Blue) = 221+105+159=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD699F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD699F is #229660. Grayscale: #919191. Windows color (decimal): -2266721 or 10447325. OLE color: 10447325.
HSL color Cylindrical-coordinate representation of color #DD699F: hue angle of 332.07º 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 #DD699F is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 159 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.13 |
| HSL | 332.07º | 0.63% | 0.64% | - |
| HSV(B) | 332.07º | 0.52% | 0.87% | - |
| XYZ | 41.13 | 27.98 | 36.03 | - |
| YUV | 145.84 | 135.43 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 159 | 0 | 0.52 | 0.28 | 0.13 | 332.07 | 0.63 | 0.64 |
| Hex | DD | 69 | 9F | 0 | 34 | 1C | D | 14C | 3F | 40 |
| Octal | 335 | 151 | 237 | 0 | 64 | 34 | 15 | 514 | 77 | 100 |
| Binary | 11011101 | 1101001 | 10011111 | 0 | 110100 | 11100 | 1101 | 101001100 | 111111 | 1000000 |
Color Harmonies of #DD699F
Complementary color
Monochromatic Colors of #DD699F
Black with #DD699F
Text Example
Text Example
White with #DD699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD699F; }
p { color: rgb(221,105,159); }
H1.HeaderClassName
{
color: #DD699F;
}
.AnyTagClassName
{
color: #DD699F;
}
</style>
background-color css
<style>
a { background-color: #DD699F; }
a { background-color: rgb(221,105,159); }
div.DivClassName
{
background-color: #DD699F;
}
.BgClassName
{
background-color: #DD699F;
}
</style>
border-color css
<style>
span { border-color: #DD699F; }
span { border-color: rgb(221,105,159); }
td.TdClassName
{
border-color: #DD699F;
}
.TagClassName
{
border-color: #DD699F;
}
</style>