Shades of Pale Violet Red #DD6AA5
Tints of Pale Violet Red #DD6AA5
RGB
CMYK
RGB Variations
Color information
#DD6AA5 (or 0xDD6AA5) is known color: Pale Violet Red. HEX triplet: DD, 6A and A5. RGB value is (221,106,165). Sum of RGB (Red+Green+Blue) = 221+106+165=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6AA5 is #22955A. Grayscale: #929292. Windows color (decimal): -2266459 or 10840797. OLE color: 10840797.
HSL color Cylindrical-coordinate representation of color #DD6AA5: hue angle of 329.22º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6AA5 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 165 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.13 |
| HSL | 329.22º | 0.63% | 0.64% | - |
| HSV(B) | 329.22º | 0.52% | 0.87% | - |
| XYZ | 41.76 | 28.4 | 38.88 | - |
| YUV | 147.11 | 138.1 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 165 | 0 | 0.52 | 0.25 | 0.13 | 329.22 | 0.63 | 0.64 |
| Hex | DD | 6A | A5 | 0 | 34 | 19 | D | 149 | 3F | 40 |
| Octal | 335 | 152 | 245 | 0 | 64 | 31 | 15 | 511 | 77 | 100 |
| Binary | 11011101 | 1101010 | 10100101 | 0 | 110100 | 11001 | 1101 | 101001001 | 111111 | 1000000 |
Color Harmonies of #DD6AA5
Complementary color
Monochromatic Colors of #DD6AA5
Black with #DD6AA5
Text Example
Text Example
White with #DD6AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6AA5; }
p { color: rgb(221,106,165); }
H1.HeaderClassName
{
color: #DD6AA5;
}
.AnyTagClassName
{
color: #DD6AA5;
}
</style>
background-color css
<style>
a { background-color: #DD6AA5; }
a { background-color: rgb(221,106,165); }
div.DivClassName
{
background-color: #DD6AA5;
}
.BgClassName
{
background-color: #DD6AA5;
}
</style>
border-color css
<style>
span { border-color: #DD6AA5; }
span { border-color: rgb(221,106,165); }
td.TdClassName
{
border-color: #DD6AA5;
}
.TagClassName
{
border-color: #DD6AA5;
}
</style>