Shades of Pale Violet Red #DD7AAA
Tints of Pale Violet Red #DD7AAA
RGB
CMYK
RGB Variations
Color information
#DD7AAA (or 0xDD7AAA) is known color: Pale Violet Red. HEX triplet: DD, 7A and AA. RGB value is (221,122,170). Sum of RGB (Red+Green+Blue) = 221+122+170=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7AAA is #228555. Grayscale: #9C9C9C. Windows color (decimal): -2262358 or 11172573. OLE color: 11172573.
HSL color Cylindrical-coordinate representation of color #DD7AAA: hue angle of 330.91º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7AAA is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 170 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.13 |
| HSL | 330.91º | 0.59% | 0.67% | - |
| HSV(B) | 330.91º | 0.45% | 0.87% | - |
| XYZ | 44.03 | 32.19 | 41.92 | - |
| YUV | 157.07 | 135.3 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 170 | 0 | 0.45 | 0.23 | 0.13 | 330.91 | 0.59 | 0.67 |
| Hex | DD | 7A | AA | 0 | 2D | 17 | D | 14B | 3B | 43 |
| Octal | 335 | 172 | 252 | 0 | 55 | 27 | 15 | 513 | 73 | 103 |
| Binary | 11011101 | 1111010 | 10101010 | 0 | 101101 | 10111 | 1101 | 101001011 | 111011 | 1000011 |
Color Harmonies of #DD7AAA
Complementary color
Monochromatic Colors of #DD7AAA
Black with #DD7AAA
Text Example
Text Example
White with #DD7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AAA; }
p { color: rgb(221,122,170); }
H1.HeaderClassName
{
color: #DD7AAA;
}
.AnyTagClassName
{
color: #DD7AAA;
}
</style>
background-color css
<style>
a { background-color: #DD7AAA; }
a { background-color: rgb(221,122,170); }
div.DivClassName
{
background-color: #DD7AAA;
}
.BgClassName
{
background-color: #DD7AAA;
}
</style>
border-color css
<style>
span { border-color: #DD7AAA; }
span { border-color: rgb(221,122,170); }
td.TdClassName
{
border-color: #DD7AAA;
}
.TagClassName
{
border-color: #DD7AAA;
}
</style>