Shades of Pale Violet Red #DD7C9B
Tints of Pale Violet Red #DD7C9B
RGB
CMYK
RGB Variations
Color information
#DD7C9B (or 0xDD7C9B) is known color: Pale Violet Red. HEX triplet: DD, 7C and 9B. RGB value is (221,124,155). Sum of RGB (Red+Green+Blue) = 221+124+155=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7C9B is #228364. Grayscale: #9C9C9C. Windows color (decimal): -2261861 or 10190045. OLE color: 10190045.
HSL color Cylindrical-coordinate representation of color #DD7C9B: hue angle of 340.82º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7C9B is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 155 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.13 |
| HSL | 340.82º | 0.59% | 0.68% | - |
| HSV(B) | 340.82º | 0.44% | 0.87% | - |
| XYZ | 42.94 | 32.15 | 34.95 | - |
| YUV | 156.54 | 127.14 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 155 | 0 | 0.44 | 0.30 | 0.13 | 340.82 | 0.59 | 0.68 |
| Hex | DD | 7C | 9B | 0 | 2C | 1E | D | 155 | 3B | 44 |
| Octal | 335 | 174 | 233 | 0 | 54 | 36 | 15 | 525 | 73 | 104 |
| Binary | 11011101 | 1111100 | 10011011 | 0 | 101100 | 11110 | 1101 | 101010101 | 111011 | 1000100 |
Color Harmonies of #DD7C9B
Complementary color
Monochromatic Colors of #DD7C9B
Black with #DD7C9B
Text Example
Text Example
White with #DD7C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7C9B; }
p { color: rgb(221,124,155); }
H1.HeaderClassName
{
color: #DD7C9B;
}
.AnyTagClassName
{
color: #DD7C9B;
}
</style>
background-color css
<style>
a { background-color: #DD7C9B; }
a { background-color: rgb(221,124,155); }
div.DivClassName
{
background-color: #DD7C9B;
}
.BgClassName
{
background-color: #DD7C9B;
}
</style>
border-color css
<style>
span { border-color: #DD7C9B; }
span { border-color: rgb(221,124,155); }
td.TdClassName
{
border-color: #DD7C9B;
}
.TagClassName
{
border-color: #DD7C9B;
}
</style>