Shades of Pale Violet Red #DD779D
Tints of Pale Violet Red #DD779D
RGB
CMYK
RGB Variations
Color information
#DD779D (or 0xDD779D) is known color: Pale Violet Red. HEX triplet: DD, 77 and 9D. RGB value is (221,119,157). Sum of RGB (Red+Green+Blue) = 221+119+157=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD779D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD779D is #228862. Grayscale: #999999. Windows color (decimal): -2263139 or 10319837. OLE color: 10319837.
HSL color Cylindrical-coordinate representation of color #DD779D: hue angle of 337.65º 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 #DD779D is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 157 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.13 |
| HSL | 337.65º | 0.6% | 0.67% | - |
| HSV(B) | 337.65º | 0.46% | 0.87% | - |
| XYZ | 42.5 | 31 | 35.64 | - |
| YUV | 153.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 157 | 0 | 0.46 | 0.29 | 0.13 | 337.65 | 0.6 | 0.67 |
| Hex | DD | 77 | 9D | 0 | 2E | 1D | D | 152 | 3C | 43 |
| Octal | 335 | 167 | 235 | 0 | 56 | 35 | 15 | 522 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10011101 | 0 | 101110 | 11101 | 1101 | 101010010 | 111100 | 1000011 |
Color Harmonies of #DD779D
Complementary color
Monochromatic Colors of #DD779D
Black with #DD779D
Text Example
Text Example
White with #DD779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD779D; }
p { color: rgb(221,119,157); }
H1.HeaderClassName
{
color: #DD779D;
}
.AnyTagClassName
{
color: #DD779D;
}
</style>
background-color css
<style>
a { background-color: #DD779D; }
a { background-color: rgb(221,119,157); }
div.DivClassName
{
background-color: #DD779D;
}
.BgClassName
{
background-color: #DD779D;
}
</style>
border-color css
<style>
span { border-color: #DD779D; }
span { border-color: rgb(221,119,157); }
td.TdClassName
{
border-color: #DD779D;
}
.TagClassName
{
border-color: #DD779D;
}
</style>