Shades of Pale Violet Red #DD7AA1
Tints of Pale Violet Red #DD7AA1
RGB
CMYK
RGB Variations
Color information
#DD7AA1 (or 0xDD7AA1) is known color: Pale Violet Red. HEX triplet: DD, 7A and A1. RGB value is (221,122,161). Sum of RGB (Red+Green+Blue) = 221+122+161=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7AA1 is #22855E. Grayscale: #9B9B9B. Windows color (decimal): -2262367 or 10582749. OLE color: 10582749.
HSL color Cylindrical-coordinate representation of color #DD7AA1: hue angle of 336.36º 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 #DD7AA1 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 161 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.13 |
| HSL | 336.36º | 0.59% | 0.67% | - |
| HSV(B) | 336.36º | 0.45% | 0.87% | - |
| XYZ | 43.21 | 31.86 | 37.59 | - |
| YUV | 156.05 | 130.8 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 161 | 0 | 0.45 | 0.27 | 0.13 | 336.36 | 0.59 | 0.67 |
| Hex | DD | 7A | A1 | 0 | 2D | 1B | D | 150 | 3B | 43 |
| Octal | 335 | 172 | 241 | 0 | 55 | 33 | 15 | 520 | 73 | 103 |
| Binary | 11011101 | 1111010 | 10100001 | 0 | 101101 | 11011 | 1101 | 101010000 | 111011 | 1000011 |
Color Harmonies of #DD7AA1
Complementary color
Monochromatic Colors of #DD7AA1
Black with #DD7AA1
Text Example
Text Example
White with #DD7AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AA1; }
p { color: rgb(221,122,161); }
H1.HeaderClassName
{
color: #DD7AA1;
}
.AnyTagClassName
{
color: #DD7AA1;
}
</style>
background-color css
<style>
a { background-color: #DD7AA1; }
a { background-color: rgb(221,122,161); }
div.DivClassName
{
background-color: #DD7AA1;
}
.BgClassName
{
background-color: #DD7AA1;
}
</style>
border-color css
<style>
span { border-color: #DD7AA1; }
span { border-color: rgb(221,122,161); }
td.TdClassName
{
border-color: #DD7AA1;
}
.TagClassName
{
border-color: #DD7AA1;
}
</style>