Shades of Pale Violet Red #DD7D9E
Tints of Pale Violet Red #DD7D9E
RGB
CMYK
RGB Variations
Color information
#DD7D9E (or 0xDD7D9E) is known color: Pale Violet Red. HEX triplet: DD, 7D and 9E. RGB value is (221,125,158). Sum of RGB (Red+Green+Blue) = 221+125+158=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D9E is #228261. Grayscale: #9D9D9D. Windows color (decimal): -2261602 or 10386909. OLE color: 10386909.
HSL color Cylindrical-coordinate representation of color #DD7D9E: hue angle of 339.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7D9E is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 158 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.13 |
| HSL | 339.38º | 0.59% | 0.68% | - |
| HSV(B) | 339.38º | 0.43% | 0.87% | - |
| XYZ | 43.32 | 32.51 | 36.34 | - |
| YUV | 157.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 158 | 0 | 0.43 | 0.29 | 0.13 | 339.38 | 0.59 | 0.68 |
| Hex | DD | 7D | 9E | 0 | 2B | 1D | D | 153 | 3B | 44 |
| Octal | 335 | 175 | 236 | 0 | 53 | 35 | 15 | 523 | 73 | 104 |
| Binary | 11011101 | 1111101 | 10011110 | 0 | 101011 | 11101 | 1101 | 101010011 | 111011 | 1000100 |
Color Harmonies of #DD7D9E
Complementary color
Monochromatic Colors of #DD7D9E
Black with #DD7D9E
Text Example
Text Example
White with #DD7D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D9E; }
p { color: rgb(221,125,158); }
H1.HeaderClassName
{
color: #DD7D9E;
}
.AnyTagClassName
{
color: #DD7D9E;
}
</style>
background-color css
<style>
a { background-color: #DD7D9E; }
a { background-color: rgb(221,125,158); }
div.DivClassName
{
background-color: #DD7D9E;
}
.BgClassName
{
background-color: #DD7D9E;
}
</style>
border-color css
<style>
span { border-color: #DD7D9E; }
span { border-color: rgb(221,125,158); }
td.TdClassName
{
border-color: #DD7D9E;
}
.TagClassName
{
border-color: #DD7D9E;
}
</style>