Shades of Pale Violet Red #DD77A9
Tints of Pale Violet Red #DD77A9
RGB
CMYK
RGB Variations
Color information
#DD77A9 (or 0xDD77A9) is known color: Pale Violet Red. HEX triplet: DD, 77 and A9. RGB value is (221,119,169). Sum of RGB (Red+Green+Blue) = 221+119+169=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD77A9 is #228856. Grayscale: #9B9B9B. Windows color (decimal): -2263127 or 11106269. OLE color: 11106269.
HSL color Cylindrical-coordinate representation of color #DD77A9: hue angle of 330.59º 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 #DD77A9 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 169 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.13 |
| HSL | 330.59º | 0.6% | 0.67% | - |
| HSV(B) | 330.59º | 0.46% | 0.87% | - |
| XYZ | 43.58 | 31.43 | 41.31 | - |
| YUV | 155.2 | 135.79 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 169 | 0 | 0.46 | 0.24 | 0.13 | 330.59 | 0.6 | 0.67 |
| Hex | DD | 77 | A9 | 0 | 2E | 18 | D | 14B | 3C | 43 |
| Octal | 335 | 167 | 251 | 0 | 56 | 30 | 15 | 513 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10101001 | 0 | 101110 | 11000 | 1101 | 101001011 | 111100 | 1000011 |
Color Harmonies of #DD77A9
Complementary color
Monochromatic Colors of #DD77A9
Black with #DD77A9
Text Example
Text Example
White with #DD77A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD77A9; }
p { color: rgb(221,119,169); }
H1.HeaderClassName
{
color: #DD77A9;
}
.AnyTagClassName
{
color: #DD77A9;
}
</style>
background-color css
<style>
a { background-color: #DD77A9; }
a { background-color: rgb(221,119,169); }
div.DivClassName
{
background-color: #DD77A9;
}
.BgClassName
{
background-color: #DD77A9;
}
</style>
border-color css
<style>
span { border-color: #DD77A9; }
span { border-color: rgb(221,119,169); }
td.TdClassName
{
border-color: #DD77A9;
}
.TagClassName
{
border-color: #DD77A9;
}
</style>