Shades of Pale Violet Red #DD688D
Tints of Pale Violet Red #DD688D
RGB
CMYK
RGB Variations
Color information
#DD688D (or 0xDD688D) is known color: Pale Violet Red. HEX triplet: DD, 68 and 8D. RGB value is (221,104,141). Sum of RGB (Red+Green+Blue) = 221+104+141=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD688D is #229772. Grayscale: #8F8F8F. Windows color (decimal): -2266995 or 9267421. OLE color: 9267421.
HSL color Cylindrical-coordinate representation of color #DD688D: hue angle of 341.03º 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 #DD688D is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 141 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.13 |
| HSL | 341.03º | 0.63% | 0.64% | - |
| HSV(B) | 341.03º | 0.53% | 0.87% | - |
| XYZ | 39.58 | 27.2 | 28.36 | - |
| YUV | 143.2 | 126.76 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 141 | 0 | 0.53 | 0.36 | 0.13 | 341.03 | 0.63 | 0.64 |
| Hex | DD | 68 | 8D | 0 | 35 | 24 | D | 155 | 3F | 40 |
| Octal | 335 | 150 | 215 | 0 | 65 | 44 | 15 | 525 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10001101 | 0 | 110101 | 100100 | 1101 | 101010101 | 111111 | 1000000 |
Color Harmonies of #DD688D
Complementary color
Monochromatic Colors of #DD688D
Black with #DD688D
Text Example
Text Example
White with #DD688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD688D; }
p { color: rgb(221,104,141); }
H1.HeaderClassName
{
color: #DD688D;
}
.AnyTagClassName
{
color: #DD688D;
}
</style>
background-color css
<style>
a { background-color: #DD688D; }
a { background-color: rgb(221,104,141); }
div.DivClassName
{
background-color: #DD688D;
}
.BgClassName
{
background-color: #DD688D;
}
</style>
border-color css
<style>
span { border-color: #DD688D; }
span { border-color: rgb(221,104,141); }
td.TdClassName
{
border-color: #DD688D;
}
.TagClassName
{
border-color: #DD688D;
}
</style>