Shades of Pale Violet Red #DD77A4
Tints of Pale Violet Red #DD77A4
RGB
CMYK
RGB Variations
Color information
#DD77A4 (or 0xDD77A4) is known color: Pale Violet Red. HEX triplet: DD, 77 and A4. RGB value is (221,119,164). Sum of RGB (Red+Green+Blue) = 221+119+164=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD77A4 is #22885B. Grayscale: #9A9A9A. Windows color (decimal): -2263132 or 10778589. OLE color: 10778589.
HSL color Cylindrical-coordinate representation of color #DD77A4: hue angle of 333.53º 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 #DD77A4 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 164 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.13 |
| HSL | 333.53º | 0.6% | 0.67% | - |
| HSV(B) | 333.53º | 0.46% | 0.87% | - |
| XYZ | 43.12 | 31.25 | 38.88 | - |
| YUV | 154.63 | 133.29 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 164 | 0 | 0.46 | 0.26 | 0.13 | 333.53 | 0.6 | 0.67 |
| Hex | DD | 77 | A4 | 0 | 2E | 1A | D | 14E | 3C | 43 |
| Octal | 335 | 167 | 244 | 0 | 56 | 32 | 15 | 516 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10100100 | 0 | 101110 | 11010 | 1101 | 101001110 | 111100 | 1000011 |
Color Harmonies of #DD77A4
Complementary color
Monochromatic Colors of #DD77A4
Black with #DD77A4
Text Example
Text Example
White with #DD77A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD77A4; }
p { color: rgb(221,119,164); }
H1.HeaderClassName
{
color: #DD77A4;
}
.AnyTagClassName
{
color: #DD77A4;
}
</style>
background-color css
<style>
a { background-color: #DD77A4; }
a { background-color: rgb(221,119,164); }
div.DivClassName
{
background-color: #DD77A4;
}
.BgClassName
{
background-color: #DD77A4;
}
</style>
border-color css
<style>
span { border-color: #DD77A4; }
span { border-color: rgb(221,119,164); }
td.TdClassName
{
border-color: #DD77A4;
}
.TagClassName
{
border-color: #DD77A4;
}
</style>