Shades of Pale Violet Red #DD7B9C
Tints of Pale Violet Red #DD7B9C
RGB
CMYK
RGB Variations
Color information
#DD7B9C (or 0xDD7B9C) is known color: Pale Violet Red. HEX triplet: DD, 7B and 9C. RGB value is (221,123,156). Sum of RGB (Red+Green+Blue) = 221+123+156=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7B9C is #228463. Grayscale: #9C9C9C. Windows color (decimal): -2262116 or 10255325. OLE color: 10255325.
HSL color Cylindrical-coordinate representation of color #DD7B9C: hue angle of 339.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7B9C is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 156 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.13 |
| HSL | 339.8º | 0.59% | 0.67% | - |
| HSV(B) | 339.8º | 0.44% | 0.87% | - |
| XYZ | 42.9 | 31.94 | 35.36 | - |
| YUV | 156.06 | 127.97 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 156 | 0 | 0.44 | 0.29 | 0.13 | 339.8 | 0.59 | 0.67 |
| Hex | DD | 7B | 9C | 0 | 2C | 1D | D | 154 | 3B | 43 |
| Octal | 335 | 173 | 234 | 0 | 54 | 35 | 15 | 524 | 73 | 103 |
| Binary | 11011101 | 1111011 | 10011100 | 0 | 101100 | 11101 | 1101 | 101010100 | 111011 | 1000011 |
Color Harmonies of #DD7B9C
Complementary color
Monochromatic Colors of #DD7B9C
Black with #DD7B9C
Text Example
Text Example
White with #DD7B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B9C; }
p { color: rgb(221,123,156); }
H1.HeaderClassName
{
color: #DD7B9C;
}
.AnyTagClassName
{
color: #DD7B9C;
}
</style>
background-color css
<style>
a { background-color: #DD7B9C; }
a { background-color: rgb(221,123,156); }
div.DivClassName
{
background-color: #DD7B9C;
}
.BgClassName
{
background-color: #DD7B9C;
}
</style>
border-color css
<style>
span { border-color: #DD7B9C; }
span { border-color: rgb(221,123,156); }
td.TdClassName
{
border-color: #DD7B9C;
}
.TagClassName
{
border-color: #DD7B9C;
}
</style>