Shades of Pale Violet Red #DD6AA1
Tints of Pale Violet Red #DD6AA1
RGB
CMYK
RGB Variations
Color information
#DD6AA1 (or 0xDD6AA1) is known color: Pale Violet Red. HEX triplet: DD, 6A and A1. RGB value is (221,106,161). Sum of RGB (Red+Green+Blue) = 221+106+161=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6AA1 is #22955E. Grayscale: #929292. Windows color (decimal): -2266463 or 10578653. OLE color: 10578653.
HSL color Cylindrical-coordinate representation of color #DD6AA1: hue angle of 331.3º 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 #DD6AA1 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 161 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.13 |
| HSL | 331.3º | 0.63% | 0.64% | - |
| HSV(B) | 331.3º | 0.52% | 0.87% | - |
| XYZ | 41.41 | 28.25 | 36.99 | - |
| YUV | 146.66 | 136.1 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 161 | 0 | 0.52 | 0.27 | 0.13 | 331.3 | 0.63 | 0.64 |
| Hex | DD | 6A | A1 | 0 | 34 | 1B | D | 14B | 3F | 40 |
| Octal | 335 | 152 | 241 | 0 | 64 | 33 | 15 | 513 | 77 | 100 |
| Binary | 11011101 | 1101010 | 10100001 | 0 | 110100 | 11011 | 1101 | 101001011 | 111111 | 1000000 |
Color Harmonies of #DD6AA1
Complementary color
Monochromatic Colors of #DD6AA1
Black with #DD6AA1
Text Example
Text Example
White with #DD6AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6AA1; }
p { color: rgb(221,106,161); }
H1.HeaderClassName
{
color: #DD6AA1;
}
.AnyTagClassName
{
color: #DD6AA1;
}
</style>
background-color css
<style>
a { background-color: #DD6AA1; }
a { background-color: rgb(221,106,161); }
div.DivClassName
{
background-color: #DD6AA1;
}
.BgClassName
{
background-color: #DD6AA1;
}
</style>
border-color css
<style>
span { border-color: #DD6AA1; }
span { border-color: rgb(221,106,161); }
td.TdClassName
{
border-color: #DD6AA1;
}
.TagClassName
{
border-color: #DD6AA1;
}
</style>