Shades of Pale Violet Red #DD689E
Tints of Pale Violet Red #DD689E
RGB
CMYK
RGB Variations
Color information
#DD689E (or 0xDD689E) is known color: Pale Violet Red. HEX triplet: DD, 68 and 9E. RGB value is (221,104,158). Sum of RGB (Red+Green+Blue) = 221+104+158=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD689E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD689E is #229761. Grayscale: #919191. Windows color (decimal): -2266978 or 10381533. OLE color: 10381533.
HSL color Cylindrical-coordinate representation of color #DD689E: hue angle of 332.31º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD689E is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 158 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.13 |
| HSL | 332.31º | 0.63% | 0.64% | - |
| HSV(B) | 332.31º | 0.53% | 0.87% | - |
| XYZ | 40.94 | 27.74 | 35.54 | - |
| YUV | 145.14 | 135.26 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 158 | 0 | 0.53 | 0.29 | 0.13 | 332.31 | 0.63 | 0.64 |
| Hex | DD | 68 | 9E | 0 | 35 | 1D | D | 14C | 3F | 40 |
| Octal | 335 | 150 | 236 | 0 | 65 | 35 | 15 | 514 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10011110 | 0 | 110101 | 11101 | 1101 | 101001100 | 111111 | 1000000 |
Color Harmonies of #DD689E
Complementary color
Monochromatic Colors of #DD689E
Black with #DD689E
Text Example
Text Example
White with #DD689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD689E; }
p { color: rgb(221,104,158); }
H1.HeaderClassName
{
color: #DD689E;
}
.AnyTagClassName
{
color: #DD689E;
}
</style>
background-color css
<style>
a { background-color: #DD689E; }
a { background-color: rgb(221,104,158); }
div.DivClassName
{
background-color: #DD689E;
}
.BgClassName
{
background-color: #DD689E;
}
</style>
border-color css
<style>
span { border-color: #DD689E; }
span { border-color: rgb(221,104,158); }
td.TdClassName
{
border-color: #DD689E;
}
.TagClassName
{
border-color: #DD689E;
}
</style>