Shades of Pale Violet Red #DD7AA6
Tints of Pale Violet Red #DD7AA6
RGB
CMYK
RGB Variations
Color information
#DD7AA6 (or 0xDD7AA6) is known color: Pale Violet Red. HEX triplet: DD, 7A and A6. RGB value is (221,122,166). Sum of RGB (Red+Green+Blue) = 221+122+166=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7AA6 is #228559. Grayscale: #9C9C9C. Windows color (decimal): -2262362 or 10910429. OLE color: 10910429.
HSL color Cylindrical-coordinate representation of color #DD7AA6: hue angle of 333.33º 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 #DD7AA6 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 166 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.13 |
| HSL | 333.33º | 0.59% | 0.67% | - |
| HSV(B) | 333.33º | 0.45% | 0.87% | - |
| XYZ | 43.66 | 32.04 | 39.96 | - |
| YUV | 156.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 166 | 0 | 0.45 | 0.25 | 0.13 | 333.33 | 0.59 | 0.67 |
| Hex | DD | 7A | A6 | 0 | 2D | 19 | D | 14D | 3B | 43 |
| Octal | 335 | 172 | 246 | 0 | 55 | 31 | 15 | 515 | 73 | 103 |
| Binary | 11011101 | 1111010 | 10100110 | 0 | 101101 | 11001 | 1101 | 101001101 | 111011 | 1000011 |
Color Harmonies of #DD7AA6
Complementary color
Monochromatic Colors of #DD7AA6
Black with #DD7AA6
Text Example
Text Example
White with #DD7AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AA6; }
p { color: rgb(221,122,166); }
H1.HeaderClassName
{
color: #DD7AA6;
}
.AnyTagClassName
{
color: #DD7AA6;
}
</style>
background-color css
<style>
a { background-color: #DD7AA6; }
a { background-color: rgb(221,122,166); }
div.DivClassName
{
background-color: #DD7AA6;
}
.BgClassName
{
background-color: #DD7AA6;
}
</style>
border-color css
<style>
span { border-color: #DD7AA6; }
span { border-color: rgb(221,122,166); }
td.TdClassName
{
border-color: #DD7AA6;
}
.TagClassName
{
border-color: #DD7AA6;
}
</style>