Shades of Pale Violet Red #DD7B9E
Tints of Pale Violet Red #DD7B9E
RGB
CMYK
RGB Variations
Color information
#DD7B9E (or 0xDD7B9E) is known color: Pale Violet Red. HEX triplet: DD, 7B and 9E. RGB value is (221,123,158). Sum of RGB (Red+Green+Blue) = 221+123+158=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7B9E is #228461. Grayscale: #9C9C9C. Windows color (decimal): -2262114 or 10386397. OLE color: 10386397.
HSL color Cylindrical-coordinate representation of color #DD7B9E: hue angle of 338.57º 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 #DD7B9E is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 158 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.13 |
| HSL | 338.57º | 0.59% | 0.67% | - |
| HSV(B) | 338.57º | 0.44% | 0.87% | - |
| XYZ | 43.07 | 32.01 | 36.26 | - |
| YUV | 156.29 | 128.97 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 158 | 0 | 0.44 | 0.29 | 0.13 | 338.57 | 0.59 | 0.67 |
| Hex | DD | 7B | 9E | 0 | 2C | 1D | D | 153 | 3B | 43 |
| Octal | 335 | 173 | 236 | 0 | 54 | 35 | 15 | 523 | 73 | 103 |
| Binary | 11011101 | 1111011 | 10011110 | 0 | 101100 | 11101 | 1101 | 101010011 | 111011 | 1000011 |
Color Harmonies of #DD7B9E
Complementary color
Monochromatic Colors of #DD7B9E
Black with #DD7B9E
Text Example
Text Example
White with #DD7B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B9E; }
p { color: rgb(221,123,158); }
H1.HeaderClassName
{
color: #DD7B9E;
}
.AnyTagClassName
{
color: #DD7B9E;
}
</style>
background-color css
<style>
a { background-color: #DD7B9E; }
a { background-color: rgb(221,123,158); }
div.DivClassName
{
background-color: #DD7B9E;
}
.BgClassName
{
background-color: #DD7B9E;
}
</style>
border-color css
<style>
span { border-color: #DD7B9E; }
span { border-color: rgb(221,123,158); }
td.TdClassName
{
border-color: #DD7B9E;
}
.TagClassName
{
border-color: #DD7B9E;
}
</style>