Shades of Pale Violet Red #DD659E
Tints of Pale Violet Red #DD659E
RGB
CMYK
RGB Variations
Color information
#DD659E (or 0xDD659E) is known color: Pale Violet Red. HEX triplet: DD, 65 and 9E. RGB value is (221,101,158). Sum of RGB (Red+Green+Blue) = 221+101+158=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD659E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD659E is #229A61. Grayscale: #8F8F8F. Windows color (decimal): -2267746 or 10380765. OLE color: 10380765.
HSL color Cylindrical-coordinate representation of color #DD659E: hue angle of 331.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 #DD659E is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 158 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.13 |
| HSL | 331.5º | 0.64% | 0.63% | - |
| HSV(B) | 331.5º | 0.54% | 0.87% | - |
| XYZ | 40.64 | 27.15 | 35.45 | - |
| YUV | 143.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 158 | 0 | 0.54 | 0.29 | 0.13 | 331.5 | 0.64 | 0.63 |
| Hex | DD | 65 | 9E | 0 | 36 | 1D | D | 14C | 40 | 3F |
| Octal | 335 | 145 | 236 | 0 | 66 | 35 | 15 | 514 | 100 | 77 |
| Binary | 11011101 | 1100101 | 10011110 | 0 | 110110 | 11101 | 1101 | 101001100 | 1000000 | 111111 |
Color Harmonies of #DD659E
Complementary color
Monochromatic Colors of #DD659E
Black with #DD659E
Text Example
Text Example
White with #DD659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD659E; }
p { color: rgb(221,101,158); }
H1.HeaderClassName
{
color: #DD659E;
}
.AnyTagClassName
{
color: #DD659E;
}
</style>
background-color css
<style>
a { background-color: #DD659E; }
a { background-color: rgb(221,101,158); }
div.DivClassName
{
background-color: #DD659E;
}
.BgClassName
{
background-color: #DD659E;
}
</style>
border-color css
<style>
span { border-color: #DD659E; }
span { border-color: rgb(221,101,158); }
td.TdClassName
{
border-color: #DD659E;
}
.TagClassName
{
border-color: #DD659E;
}
</style>