Shades of Pale Violet Red #DD7AA8
Tints of Pale Violet Red #DD7AA8
RGB
CMYK
RGB Variations
Color information
#DD7AA8 (or 0xDD7AA8) is known color: Pale Violet Red. HEX triplet: DD, 7A and A8. RGB value is (221,122,168). Sum of RGB (Red+Green+Blue) = 221+122+168=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7AA8 is #228557. Grayscale: #9C9C9C. Windows color (decimal): -2262360 or 11041501. OLE color: 11041501.
HSL color Cylindrical-coordinate representation of color #DD7AA8: hue angle of 332.12º 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 #DD7AA8 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 168 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.13 |
| HSL | 332.12º | 0.59% | 0.67% | - |
| HSV(B) | 332.12º | 0.45% | 0.87% | - |
| XYZ | 43.85 | 32.12 | 40.93 | - |
| YUV | 156.85 | 134.3 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 168 | 0 | 0.45 | 0.24 | 0.13 | 332.12 | 0.59 | 0.67 |
| Hex | DD | 7A | A8 | 0 | 2D | 18 | D | 14C | 3B | 43 |
| Octal | 335 | 172 | 250 | 0 | 55 | 30 | 15 | 514 | 73 | 103 |
| Binary | 11011101 | 1111010 | 10101000 | 0 | 101101 | 11000 | 1101 | 101001100 | 111011 | 1000011 |
Color Harmonies of #DD7AA8
Complementary color
Monochromatic Colors of #DD7AA8
Black with #DD7AA8
Text Example
Text Example
White with #DD7AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AA8; }
p { color: rgb(221,122,168); }
H1.HeaderClassName
{
color: #DD7AA8;
}
.AnyTagClassName
{
color: #DD7AA8;
}
</style>
background-color css
<style>
a { background-color: #DD7AA8; }
a { background-color: rgb(221,122,168); }
div.DivClassName
{
background-color: #DD7AA8;
}
.BgClassName
{
background-color: #DD7AA8;
}
</style>
border-color css
<style>
span { border-color: #DD7AA8; }
span { border-color: rgb(221,122,168); }
td.TdClassName
{
border-color: #DD7AA8;
}
.TagClassName
{
border-color: #DD7AA8;
}
</style>