Shades of Pale Violet Red #DD6AA2
Tints of Pale Violet Red #DD6AA2
RGB
CMYK
RGB Variations
Color information
#DD6AA2 (or 0xDD6AA2) is known color: Pale Violet Red. HEX triplet: DD, 6A and A2. RGB value is (221,106,162). Sum of RGB (Red+Green+Blue) = 221+106+162=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6AA2 is #22955D. Grayscale: #929292. Windows color (decimal): -2266462 or 10644189. OLE color: 10644189.
HSL color Cylindrical-coordinate representation of color #DD6AA2: hue angle of 330.78º 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 #DD6AA2 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 162 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.13 |
| HSL | 330.78º | 0.63% | 0.64% | - |
| HSV(B) | 330.78º | 0.52% | 0.87% | - |
| XYZ | 41.49 | 28.29 | 37.46 | - |
| YUV | 146.77 | 136.6 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 162 | 0 | 0.52 | 0.27 | 0.13 | 330.78 | 0.63 | 0.64 |
| Hex | DD | 6A | A2 | 0 | 34 | 1B | D | 14B | 3F | 40 |
| Octal | 335 | 152 | 242 | 0 | 64 | 33 | 15 | 513 | 77 | 100 |
| Binary | 11011101 | 1101010 | 10100010 | 0 | 110100 | 11011 | 1101 | 101001011 | 111111 | 1000000 |
Color Harmonies of #DD6AA2
Complementary color
Monochromatic Colors of #DD6AA2
Black with #DD6AA2
Text Example
Text Example
White with #DD6AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6AA2; }
p { color: rgb(221,106,162); }
H1.HeaderClassName
{
color: #DD6AA2;
}
.AnyTagClassName
{
color: #DD6AA2;
}
</style>
background-color css
<style>
a { background-color: #DD6AA2; }
a { background-color: rgb(221,106,162); }
div.DivClassName
{
background-color: #DD6AA2;
}
.BgClassName
{
background-color: #DD6AA2;
}
</style>
border-color css
<style>
span { border-color: #DD6AA2; }
span { border-color: rgb(221,106,162); }
td.TdClassName
{
border-color: #DD6AA2;
}
.TagClassName
{
border-color: #DD6AA2;
}
</style>