Shades of Pale Violet Red #DD6AAA
Tints of Pale Violet Red #DD6AAA
RGB
CMYK
RGB Variations
Color information
#DD6AAA (or 0xDD6AAA) is known color: Pale Violet Red. HEX triplet: DD, 6A and AA. RGB value is (221,106,170). Sum of RGB (Red+Green+Blue) = 221+106+170=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6AAA is #229555. Grayscale: #939393. Windows color (decimal): -2266454 or 11168477. OLE color: 11168477.
HSL color Cylindrical-coordinate representation of color #DD6AAA: hue angle of 326.61º 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 #DD6AAA is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 170 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.13 |
| HSL | 326.61º | 0.63% | 0.64% | - |
| HSV(B) | 326.61º | 0.52% | 0.87% | - |
| XYZ | 42.23 | 28.58 | 41.32 | - |
| YUV | 147.68 | 140.6 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 170 | 0 | 0.52 | 0.23 | 0.13 | 326.61 | 0.63 | 0.64 |
| Hex | DD | 6A | AA | 0 | 34 | 17 | D | 147 | 3F | 40 |
| Octal | 335 | 152 | 252 | 0 | 64 | 27 | 15 | 507 | 77 | 100 |
| Binary | 11011101 | 1101010 | 10101010 | 0 | 110100 | 10111 | 1101 | 101000111 | 111111 | 1000000 |
Color Harmonies of #DD6AAA
Complementary color
Monochromatic Colors of #DD6AAA
Black with #DD6AAA
Text Example
Text Example
White with #DD6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6AAA; }
p { color: rgb(221,106,170); }
H1.HeaderClassName
{
color: #DD6AAA;
}
.AnyTagClassName
{
color: #DD6AAA;
}
</style>
background-color css
<style>
a { background-color: #DD6AAA; }
a { background-color: rgb(221,106,170); }
div.DivClassName
{
background-color: #DD6AAA;
}
.BgClassName
{
background-color: #DD6AAA;
}
</style>
border-color css
<style>
span { border-color: #DD6AAA; }
span { border-color: rgb(221,106,170); }
td.TdClassName
{
border-color: #DD6AAA;
}
.TagClassName
{
border-color: #DD6AAA;
}
</style>