Shades of Pale Violet Red #DD77AA
Tints of Pale Violet Red #DD77AA
RGB
CMYK
RGB Variations
Color information
#DD77AA (or 0xDD77AA) is known color: Pale Violet Red. HEX triplet: DD, 77 and AA. RGB value is (221,119,170). Sum of RGB (Red+Green+Blue) = 221+119+170=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD77AA is #228855. Grayscale: #9B9B9B. Windows color (decimal): -2263126 or 11171805. OLE color: 11171805.
HSL color Cylindrical-coordinate representation of color #DD77AA: hue angle of 330º 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 #DD77AA is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 170 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.13 |
| HSL | 330º | 0.6% | 0.67% | - |
| HSV(B) | 330º | 0.46% | 0.87% | - |
| XYZ | 43.67 | 31.47 | 41.8 | - |
| YUV | 155.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 170 | 0 | 0.46 | 0.23 | 0.13 | 330 | 0.6 | 0.67 |
| Hex | DD | 77 | AA | 0 | 2E | 17 | D | 14A | 3C | 43 |
| Octal | 335 | 167 | 252 | 0 | 56 | 27 | 15 | 512 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10101010 | 0 | 101110 | 10111 | 1101 | 101001010 | 111100 | 1000011 |
Color Harmonies of #DD77AA
Complementary color
Monochromatic Colors of #DD77AA
Black with #DD77AA
Text Example
Text Example
White with #DD77AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD77AA; }
p { color: rgb(221,119,170); }
H1.HeaderClassName
{
color: #DD77AA;
}
.AnyTagClassName
{
color: #DD77AA;
}
</style>
background-color css
<style>
a { background-color: #DD77AA; }
a { background-color: rgb(221,119,170); }
div.DivClassName
{
background-color: #DD77AA;
}
.BgClassName
{
background-color: #DD77AA;
}
</style>
border-color css
<style>
span { border-color: #DD77AA; }
span { border-color: rgb(221,119,170); }
td.TdClassName
{
border-color: #DD77AA;
}
.TagClassName
{
border-color: #DD77AA;
}
</style>