Shades of Pale Violet Red #DD7AA5
Tints of Pale Violet Red #DD7AA5
RGB
CMYK
RGB Variations
Color information
#DD7AA5 (or 0xDD7AA5) is known color: Pale Violet Red. HEX triplet: DD, 7A and A5. RGB value is (221,122,165). Sum of RGB (Red+Green+Blue) = 221+122+165=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7AA5 is #22855A. Grayscale: #9C9C9C. Windows color (decimal): -2262363 or 10844893. OLE color: 10844893.
HSL color Cylindrical-coordinate representation of color #DD7AA5: hue angle of 333.94º 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 #DD7AA5 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 165 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.13 |
| HSL | 333.94º | 0.59% | 0.67% | - |
| HSV(B) | 333.94º | 0.45% | 0.87% | - |
| XYZ | 43.57 | 32.01 | 39.48 | - |
| YUV | 156.5 | 132.8 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 165 | 0 | 0.45 | 0.25 | 0.13 | 333.94 | 0.59 | 0.67 |
| Hex | DD | 7A | A5 | 0 | 2D | 19 | D | 14E | 3B | 43 |
| Octal | 335 | 172 | 245 | 0 | 55 | 31 | 15 | 516 | 73 | 103 |
| Binary | 11011101 | 1111010 | 10100101 | 0 | 101101 | 11001 | 1101 | 101001110 | 111011 | 1000011 |
Color Harmonies of #DD7AA5
Complementary color
Monochromatic Colors of #DD7AA5
Black with #DD7AA5
Text Example
Text Example
White with #DD7AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AA5; }
p { color: rgb(221,122,165); }
H1.HeaderClassName
{
color: #DD7AA5;
}
.AnyTagClassName
{
color: #DD7AA5;
}
</style>
background-color css
<style>
a { background-color: #DD7AA5; }
a { background-color: rgb(221,122,165); }
div.DivClassName
{
background-color: #DD7AA5;
}
.BgClassName
{
background-color: #DD7AA5;
}
</style>
border-color css
<style>
span { border-color: #DD7AA5; }
span { border-color: rgb(221,122,165); }
td.TdClassName
{
border-color: #DD7AA5;
}
.TagClassName
{
border-color: #DD7AA5;
}
</style>