Shades of Pale Violet Red #DD779B
Tints of Pale Violet Red #DD779B
RGB
CMYK
RGB Variations
Color information
#DD779B (or 0xDD779B) is known color: Pale Violet Red. HEX triplet: DD, 77 and 9B. RGB value is (221,119,155). Sum of RGB (Red+Green+Blue) = 221+119+155=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD779B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD779B is #228864. Grayscale: #999999. Windows color (decimal): -2263141 or 10188765. OLE color: 10188765.
HSL color Cylindrical-coordinate representation of color #DD779B: hue angle of 338.82º 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 #DD779B is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 155 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.13 |
| HSL | 338.82º | 0.6% | 0.67% | - |
| HSV(B) | 338.82º | 0.46% | 0.87% | - |
| XYZ | 42.33 | 30.93 | 34.75 | - |
| YUV | 153.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 155 | 0 | 0.46 | 0.30 | 0.13 | 338.82 | 0.6 | 0.67 |
| Hex | DD | 77 | 9B | 0 | 2E | 1E | D | 153 | 3C | 43 |
| Octal | 335 | 167 | 233 | 0 | 56 | 36 | 15 | 523 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10011011 | 0 | 101110 | 11110 | 1101 | 101010011 | 111100 | 1000011 |
Color Harmonies of #DD779B
Complementary color
Monochromatic Colors of #DD779B
Black with #DD779B
Text Example
Text Example
White with #DD779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD779B; }
p { color: rgb(221,119,155); }
H1.HeaderClassName
{
color: #DD779B;
}
.AnyTagClassName
{
color: #DD779B;
}
</style>
background-color css
<style>
a { background-color: #DD779B; }
a { background-color: rgb(221,119,155); }
div.DivClassName
{
background-color: #DD779B;
}
.BgClassName
{
background-color: #DD779B;
}
</style>
border-color css
<style>
span { border-color: #DD779B; }
span { border-color: rgb(221,119,155); }
td.TdClassName
{
border-color: #DD779B;
}
.TagClassName
{
border-color: #DD779B;
}
</style>