Shades of Pale Violet Red #DD688C
Tints of Pale Violet Red #DD688C
RGB
CMYK
RGB Variations
Color information
#DD688C (or 0xDD688C) is known color: Pale Violet Red. HEX triplet: DD, 68 and 8C. RGB value is (221,104,140). Sum of RGB (Red+Green+Blue) = 221+104+140=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD688C is #229773. Grayscale: #8F8F8F. Windows color (decimal): -2266996 or 9201885. OLE color: 9201885.
HSL color Cylindrical-coordinate representation of color #DD688C: hue angle of 341.54º 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 #DD688C is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 140 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.13 |
| HSL | 341.54º | 0.63% | 0.64% | - |
| HSV(B) | 341.54º | 0.53% | 0.87% | - |
| XYZ | 39.5 | 27.17 | 27.97 | - |
| YUV | 143.09 | 126.26 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 140 | 0 | 0.53 | 0.37 | 0.13 | 341.54 | 0.63 | 0.64 |
| Hex | DD | 68 | 8C | 0 | 35 | 25 | D | 156 | 3F | 40 |
| Octal | 335 | 150 | 214 | 0 | 65 | 45 | 15 | 526 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10001100 | 0 | 110101 | 100101 | 1101 | 101010110 | 111111 | 1000000 |
Color Harmonies of #DD688C
Complementary color
Monochromatic Colors of #DD688C
Black with #DD688C
Text Example
Text Example
White with #DD688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD688C; }
p { color: rgb(221,104,140); }
H1.HeaderClassName
{
color: #DD688C;
}
.AnyTagClassName
{
color: #DD688C;
}
</style>
background-color css
<style>
a { background-color: #DD688C; }
a { background-color: rgb(221,104,140); }
div.DivClassName
{
background-color: #DD688C;
}
.BgClassName
{
background-color: #DD688C;
}
</style>
border-color css
<style>
span { border-color: #DD688C; }
span { border-color: rgb(221,104,140); }
td.TdClassName
{
border-color: #DD688C;
}
.TagClassName
{
border-color: #DD688C;
}
</style>