Shades of Pale Violet Red #DD658D
Tints of Pale Violet Red #DD658D
RGB
CMYK
RGB Variations
Color information
#DD658D (or 0xDD658D) is known color: Pale Violet Red. HEX triplet: DD, 65 and 8D. RGB value is (221,101,141). Sum of RGB (Red+Green+Blue) = 221+101+141=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD658D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD658D is #229A72. Grayscale: #8D8D8D. Windows color (decimal): -2267763 or 9266653. OLE color: 9266653.
HSL color Cylindrical-coordinate representation of color #DD658D: hue angle of 340º 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 #DD658D is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 141 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.13 |
| HSL | 340º | 0.64% | 0.63% | - |
| HSV(B) | 340º | 0.54% | 0.87% | - |
| XYZ | 39.28 | 26.6 | 28.26 | - |
| YUV | 141.44 | 127.76 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 141 | 0 | 0.54 | 0.36 | 0.13 | 340 | 0.64 | 0.63 |
| Hex | DD | 65 | 8D | 0 | 36 | 24 | D | 154 | 40 | 3F |
| Octal | 335 | 145 | 215 | 0 | 66 | 44 | 15 | 524 | 100 | 77 |
| Binary | 11011101 | 1100101 | 10001101 | 0 | 110110 | 100100 | 1101 | 101010100 | 1000000 | 111111 |
Color Harmonies of #DD658D
Complementary color
Monochromatic Colors of #DD658D
Black with #DD658D
Text Example
Text Example
White with #DD658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD658D; }
p { color: rgb(221,101,141); }
H1.HeaderClassName
{
color: #DD658D;
}
.AnyTagClassName
{
color: #DD658D;
}
</style>
background-color css
<style>
a { background-color: #DD658D; }
a { background-color: rgb(221,101,141); }
div.DivClassName
{
background-color: #DD658D;
}
.BgClassName
{
background-color: #DD658D;
}
</style>
border-color css
<style>
span { border-color: #DD658D; }
span { border-color: rgb(221,101,141); }
td.TdClassName
{
border-color: #DD658D;
}
.TagClassName
{
border-color: #DD658D;
}
</style>