Shades of Pale Violet Red #DD77A1
Tints of Pale Violet Red #DD77A1
RGB
CMYK
RGB Variations
Color information
#DD77A1 (or 0xDD77A1) is known color: Pale Violet Red. HEX triplet: DD, 77 and A1. RGB value is (221,119,161). Sum of RGB (Red+Green+Blue) = 221+119+161=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD77A1 is #22885E. Grayscale: #9A9A9A. Windows color (decimal): -2263135 or 10581981. OLE color: 10581981.
HSL color Cylindrical-coordinate representation of color #DD77A1: hue angle of 335.29º 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 #DD77A1 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 161 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.13 |
| HSL | 335.29º | 0.6% | 0.67% | - |
| HSV(B) | 335.29º | 0.46% | 0.87% | - |
| XYZ | 42.85 | 31.14 | 37.47 | - |
| YUV | 154.29 | 131.79 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 161 | 0 | 0.46 | 0.27 | 0.13 | 335.29 | 0.6 | 0.67 |
| Hex | DD | 77 | A1 | 0 | 2E | 1B | D | 14F | 3C | 43 |
| Octal | 335 | 167 | 241 | 0 | 56 | 33 | 15 | 517 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10100001 | 0 | 101110 | 11011 | 1101 | 101001111 | 111100 | 1000011 |
Color Harmonies of #DD77A1
Complementary color
Monochromatic Colors of #DD77A1
Black with #DD77A1
Text Example
Text Example
White with #DD77A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD77A1; }
p { color: rgb(221,119,161); }
H1.HeaderClassName
{
color: #DD77A1;
}
.AnyTagClassName
{
color: #DD77A1;
}
</style>
background-color css
<style>
a { background-color: #DD77A1; }
a { background-color: rgb(221,119,161); }
div.DivClassName
{
background-color: #DD77A1;
}
.BgClassName
{
background-color: #DD77A1;
}
</style>
border-color css
<style>
span { border-color: #DD77A1; }
span { border-color: rgb(221,119,161); }
td.TdClassName
{
border-color: #DD77A1;
}
.TagClassName
{
border-color: #DD77A1;
}
</style>