Shades of Pale Violet Red #DD7799
Tints of Pale Violet Red #DD7799
RGB
CMYK
RGB Variations
Color information
#DD7799 (or 0xDD7799) is known color: Pale Violet Red. HEX triplet: DD, 77 and 99. RGB value is (221,119,153). Sum of RGB (Red+Green+Blue) = 221+119+153=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7799 is #228866. Grayscale: #999999. Windows color (decimal): -2263143 or 10057693. OLE color: 10057693.
HSL color Cylindrical-coordinate representation of color #DD7799: hue angle of 340º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD7799 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 153 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.13 |
| HSL | 340º | 0.6% | 0.67% | - |
| HSV(B) | 340º | 0.46% | 0.87% | - |
| XYZ | 42.17 | 30.87 | 33.87 | - |
| YUV | 153.37 | 127.79 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 153 | 0 | 0.46 | 0.31 | 0.13 | 340 | 0.6 | 0.67 |
| Hex | DD | 77 | 99 | 0 | 2E | 1F | D | 154 | 3C | 43 |
| Octal | 335 | 167 | 231 | 0 | 56 | 37 | 15 | 524 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10011001 | 0 | 101110 | 11111 | 1101 | 101010100 | 111100 | 1000011 |
Color Harmonies of #DD7799
Complementary color
Monochromatic Colors of #DD7799
Black with #DD7799
Text Example
Text Example
White with #DD7799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7799; }
p { color: rgb(221,119,153); }
H1.HeaderClassName
{
color: #DD7799;
}
.AnyTagClassName
{
color: #DD7799;
}
</style>
background-color css
<style>
a { background-color: #DD7799; }
a { background-color: rgb(221,119,153); }
div.DivClassName
{
background-color: #DD7799;
}
.BgClassName
{
background-color: #DD7799;
}
</style>
border-color css
<style>
span { border-color: #DD7799; }
span { border-color: rgb(221,119,153); }
td.TdClassName
{
border-color: #DD7799;
}
.TagClassName
{
border-color: #DD7799;
}
</style>