Shades of Pale Violet Red #DD668D
Tints of Pale Violet Red #DD668D
RGB
CMYK
RGB Variations
Color information
#DD668D (or 0xDD668D) is known color: Pale Violet Red. HEX triplet: DD, 66 and 8D. RGB value is (221,102,141). Sum of RGB (Red+Green+Blue) = 221+102+141=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD668D is #229972. Grayscale: #8D8D8D. Windows color (decimal): -2267507 or 9266909. OLE color: 9266909.
HSL color Cylindrical-coordinate representation of color #DD668D: hue angle of 340.34º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD668D is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 141 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.13 |
| HSL | 340.34º | 0.64% | 0.63% | - |
| HSV(B) | 340.34º | 0.54% | 0.87% | - |
| XYZ | 39.38 | 26.8 | 28.3 | - |
| YUV | 142.03 | 127.42 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 141 | 0 | 0.54 | 0.36 | 0.13 | 340.34 | 0.64 | 0.63 |
| Hex | DD | 66 | 8D | 0 | 36 | 24 | D | 154 | 40 | 3F |
| Octal | 335 | 146 | 215 | 0 | 66 | 44 | 15 | 524 | 100 | 77 |
| Binary | 11011101 | 1100110 | 10001101 | 0 | 110110 | 100100 | 1101 | 101010100 | 1000000 | 111111 |
Color Harmonies of #DD668D
Complementary color
Monochromatic Colors of #DD668D
Black with #DD668D
Text Example
Text Example
White with #DD668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD668D; }
p { color: rgb(221,102,141); }
H1.HeaderClassName
{
color: #DD668D;
}
.AnyTagClassName
{
color: #DD668D;
}
</style>
background-color css
<style>
a { background-color: #DD668D; }
a { background-color: rgb(221,102,141); }
div.DivClassName
{
background-color: #DD668D;
}
.BgClassName
{
background-color: #DD668D;
}
</style>
border-color css
<style>
span { border-color: #DD668D; }
span { border-color: rgb(221,102,141); }
td.TdClassName
{
border-color: #DD668D;
}
.TagClassName
{
border-color: #DD668D;
}
</style>