Shades of Pale Violet Red #DD658E
Tints of Pale Violet Red #DD658E
RGB
CMYK
RGB Variations
Color information
#DD658E (or 0xDD658E) is known color: Pale Violet Red. HEX triplet: DD, 65 and 8E. RGB value is (221,101,142). Sum of RGB (Red+Green+Blue) = 221+101+142=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD658E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD658E is #229A71. Grayscale: #8D8D8D. Windows color (decimal): -2267762 or 9332189. OLE color: 9332189.
HSL color Cylindrical-coordinate representation of color #DD658E: hue angle of 339.5º 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 #DD658E is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 142 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.13 |
| HSL | 339.5º | 0.64% | 0.63% | - |
| HSV(B) | 339.5º | 0.54% | 0.87% | - |
| XYZ | 39.35 | 26.63 | 28.66 | - |
| YUV | 141.55 | 128.26 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 142 | 0 | 0.54 | 0.36 | 0.13 | 339.5 | 0.64 | 0.63 |
| Hex | DD | 65 | 8E | 0 | 36 | 24 | D | 154 | 40 | 3F |
| Octal | 335 | 145 | 216 | 0 | 66 | 44 | 15 | 524 | 100 | 77 |
| Binary | 11011101 | 1100101 | 10001110 | 0 | 110110 | 100100 | 1101 | 101010100 | 1000000 | 111111 |
Color Harmonies of #DD658E
Complementary color
Monochromatic Colors of #DD658E
Black with #DD658E
Text Example
Text Example
White with #DD658E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD658E; }
p { color: rgb(221,101,142); }
H1.HeaderClassName
{
color: #DD658E;
}
.AnyTagClassName
{
color: #DD658E;
}
</style>
background-color css
<style>
a { background-color: #DD658E; }
a { background-color: rgb(221,101,142); }
div.DivClassName
{
background-color: #DD658E;
}
.BgClassName
{
background-color: #DD658E;
}
</style>
border-color css
<style>
span { border-color: #DD658E; }
span { border-color: rgb(221,101,142); }
td.TdClassName
{
border-color: #DD658E;
}
.TagClassName
{
border-color: #DD658E;
}
</style>