Shades of Pale Violet Red #DD658F
Tints of Pale Violet Red #DD658F
RGB
CMYK
RGB Variations
Color information
#DD658F (or 0xDD658F) is known color: Pale Violet Red. HEX triplet: DD, 65 and 8F. RGB value is (221,101,143). Sum of RGB (Red+Green+Blue) = 221+101+143=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD658F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD658F is #229A70. Grayscale: #8D8D8D. Windows color (decimal): -2267761 or 9397725. OLE color: 9397725.
HSL color Cylindrical-coordinate representation of color #DD658F: hue angle of 339º 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 #DD658F is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 143 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.13 |
| HSL | 339º | 0.64% | 0.63% | - |
| HSV(B) | 339º | 0.54% | 0.87% | - |
| XYZ | 39.43 | 26.66 | 29.05 | - |
| YUV | 141.67 | 128.76 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 143 | 0 | 0.54 | 0.35 | 0.13 | 339 | 0.64 | 0.63 |
| Hex | DD | 65 | 8F | 0 | 36 | 23 | D | 153 | 40 | 3F |
| Octal | 335 | 145 | 217 | 0 | 66 | 43 | 15 | 523 | 100 | 77 |
| Binary | 11011101 | 1100101 | 10001111 | 0 | 110110 | 100011 | 1101 | 101010011 | 1000000 | 111111 |
Color Harmonies of #DD658F
Complementary color
Monochromatic Colors of #DD658F
Black with #DD658F
Text Example
Text Example
White with #DD658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD658F; }
p { color: rgb(221,101,143); }
H1.HeaderClassName
{
color: #DD658F;
}
.AnyTagClassName
{
color: #DD658F;
}
</style>
background-color css
<style>
a { background-color: #DD658F; }
a { background-color: rgb(221,101,143); }
div.DivClassName
{
background-color: #DD658F;
}
.BgClassName
{
background-color: #DD658F;
}
</style>
border-color css
<style>
span { border-color: #DD658F; }
span { border-color: rgb(221,101,143); }
td.TdClassName
{
border-color: #DD658F;
}
.TagClassName
{
border-color: #DD658F;
}
</style>