Shades of Pale Violet Red #DD6AA6
Tints of Pale Violet Red #DD6AA6
RGB
CMYK
RGB Variations
Color information
#DD6AA6 (or 0xDD6AA6) is known color: Pale Violet Red. HEX triplet: DD, 6A and A6. RGB value is (221,106,166). Sum of RGB (Red+Green+Blue) = 221+106+166=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6AA6 is #229559. Grayscale: #939393. Windows color (decimal): -2266458 or 10906333. OLE color: 10906333.
HSL color Cylindrical-coordinate representation of color #DD6AA6: hue angle of 328.7º 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 #DD6AA6 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 166 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.13 |
| HSL | 328.7º | 0.63% | 0.64% | - |
| HSV(B) | 328.7º | 0.52% | 0.87% | - |
| XYZ | 41.86 | 28.43 | 39.36 | - |
| YUV | 147.23 | 138.6 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 166 | 0 | 0.52 | 0.25 | 0.13 | 328.7 | 0.63 | 0.64 |
| Hex | DD | 6A | A6 | 0 | 34 | 19 | D | 149 | 3F | 40 |
| Octal | 335 | 152 | 246 | 0 | 64 | 31 | 15 | 511 | 77 | 100 |
| Binary | 11011101 | 1101010 | 10100110 | 0 | 110100 | 11001 | 1101 | 101001001 | 111111 | 1000000 |
Color Harmonies of #DD6AA6
Complementary color
Monochromatic Colors of #DD6AA6
Black with #DD6AA6
Text Example
Text Example
White with #DD6AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6AA6; }
p { color: rgb(221,106,166); }
H1.HeaderClassName
{
color: #DD6AA6;
}
.AnyTagClassName
{
color: #DD6AA6;
}
</style>
background-color css
<style>
a { background-color: #DD6AA6; }
a { background-color: rgb(221,106,166); }
div.DivClassName
{
background-color: #DD6AA6;
}
.BgClassName
{
background-color: #DD6AA6;
}
</style>
border-color css
<style>
span { border-color: #DD6AA6; }
span { border-color: rgb(221,106,166); }
td.TdClassName
{
border-color: #DD6AA6;
}
.TagClassName
{
border-color: #DD6AA6;
}
</style>