Shades of Pale Violet Red #DD77A5
Tints of Pale Violet Red #DD77A5
RGB
CMYK
RGB Variations
Color information
#DD77A5 (or 0xDD77A5) is known color: Pale Violet Red. HEX triplet: DD, 77 and A5. RGB value is (221,119,165). Sum of RGB (Red+Green+Blue) = 221+119+165=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD77A5 is #22885A. Grayscale: #9A9A9A. Windows color (decimal): -2263131 or 10844125. OLE color: 10844125.
HSL color Cylindrical-coordinate representation of color #DD77A5: hue angle of 332.94º 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 #DD77A5 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 165 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.13 |
| HSL | 332.94º | 0.6% | 0.67% | - |
| HSV(B) | 332.94º | 0.46% | 0.87% | - |
| XYZ | 43.21 | 31.28 | 39.36 | - |
| YUV | 154.74 | 133.79 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 165 | 0 | 0.46 | 0.25 | 0.13 | 332.94 | 0.6 | 0.67 |
| Hex | DD | 77 | A5 | 0 | 2E | 19 | D | 14D | 3C | 43 |
| Octal | 335 | 167 | 245 | 0 | 56 | 31 | 15 | 515 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10100101 | 0 | 101110 | 11001 | 1101 | 101001101 | 111100 | 1000011 |
Color Harmonies of #DD77A5
Complementary color
Monochromatic Colors of #DD77A5
Black with #DD77A5
Text Example
Text Example
White with #DD77A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD77A5; }
p { color: rgb(221,119,165); }
H1.HeaderClassName
{
color: #DD77A5;
}
.AnyTagClassName
{
color: #DD77A5;
}
</style>
background-color css
<style>
a { background-color: #DD77A5; }
a { background-color: rgb(221,119,165); }
div.DivClassName
{
background-color: #DD77A5;
}
.BgClassName
{
background-color: #DD77A5;
}
</style>
border-color css
<style>
span { border-color: #DD77A5; }
span { border-color: rgb(221,119,165); }
td.TdClassName
{
border-color: #DD77A5;
}
.TagClassName
{
border-color: #DD77A5;
}
</style>