Shades of Pale Violet Red #DD7A9F
Tints of Pale Violet Red #DD7A9F
RGB
CMYK
RGB Variations
Color information
#DD7A9F (or 0xDD7A9F) is known color: Pale Violet Red. HEX triplet: DD, 7A and 9F. RGB value is (221,122,159). Sum of RGB (Red+Green+Blue) = 221+122+159=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7A9F is #228560. Grayscale: #9B9B9B. Windows color (decimal): -2262369 or 10451677. OLE color: 10451677.
HSL color Cylindrical-coordinate representation of color #DD7A9F: hue angle of 337.58º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7A9F is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 159 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.13 |
| HSL | 337.58º | 0.59% | 0.67% | - |
| HSV(B) | 337.58º | 0.45% | 0.87% | - |
| XYZ | 43.04 | 31.79 | 36.67 | - |
| YUV | 155.82 | 129.8 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 159 | 0 | 0.45 | 0.28 | 0.13 | 337.58 | 0.59 | 0.67 |
| Hex | DD | 7A | 9F | 0 | 2D | 1C | D | 152 | 3B | 43 |
| Octal | 335 | 172 | 237 | 0 | 55 | 34 | 15 | 522 | 73 | 103 |
| Binary | 11011101 | 1111010 | 10011111 | 0 | 101101 | 11100 | 1101 | 101010010 | 111011 | 1000011 |
Color Harmonies of #DD7A9F
Complementary color
Monochromatic Colors of #DD7A9F
Black with #DD7A9F
Text Example
Text Example
White with #DD7A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A9F; }
p { color: rgb(221,122,159); }
H1.HeaderClassName
{
color: #DD7A9F;
}
.AnyTagClassName
{
color: #DD7A9F;
}
</style>
background-color css
<style>
a { background-color: #DD7A9F; }
a { background-color: rgb(221,122,159); }
div.DivClassName
{
background-color: #DD7A9F;
}
.BgClassName
{
background-color: #DD7A9F;
}
</style>
border-color css
<style>
span { border-color: #DD7A9F; }
span { border-color: rgb(221,122,159); }
td.TdClassName
{
border-color: #DD7A9F;
}
.TagClassName
{
border-color: #DD7A9F;
}
</style>