Shades of Pale Violet Red #DD76AA
Tints of Pale Violet Red #DD76AA
RGB
CMYK
RGB Variations
Color information
#DD76AA (or 0xDD76AA) is known color: Pale Violet Red. HEX triplet: DD, 76 and AA. RGB value is (221,118,170). Sum of RGB (Red+Green+Blue) = 221+118+170=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD76AA is #228955. Grayscale: #9A9A9A. Windows color (decimal): -2263382 or 11171549. OLE color: 11171549.
HSL color Cylindrical-coordinate representation of color #DD76AA: hue angle of 329.71º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD76AA is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 170 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.13 |
| HSL | 329.71º | 0.6% | 0.66% | - |
| HSV(B) | 329.71º | 0.47% | 0.87% | - |
| XYZ | 43.55 | 31.23 | 41.76 | - |
| YUV | 154.73 | 136.62 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 170 | 0 | 0.47 | 0.23 | 0.13 | 329.71 | 0.6 | 0.66 |
| Hex | DD | 76 | AA | 0 | 2F | 17 | D | 14A | 3C | 42 |
| Octal | 335 | 166 | 252 | 0 | 57 | 27 | 15 | 512 | 74 | 102 |
| Binary | 11011101 | 1110110 | 10101010 | 0 | 101111 | 10111 | 1101 | 101001010 | 111100 | 1000010 |
Color Harmonies of #DD76AA
Complementary color
Monochromatic Colors of #DD76AA
Black with #DD76AA
Text Example
Text Example
White with #DD76AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76AA; }
p { color: rgb(221,118,170); }
H1.HeaderClassName
{
color: #DD76AA;
}
.AnyTagClassName
{
color: #DD76AA;
}
</style>
background-color css
<style>
a { background-color: #DD76AA; }
a { background-color: rgb(221,118,170); }
div.DivClassName
{
background-color: #DD76AA;
}
.BgClassName
{
background-color: #DD76AA;
}
</style>
border-color css
<style>
span { border-color: #DD76AA; }
span { border-color: rgb(221,118,170); }
td.TdClassName
{
border-color: #DD76AA;
}
.TagClassName
{
border-color: #DD76AA;
}
</style>