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