Shades of Pale Violet Red #DD6AAB
Tints of Pale Violet Red #DD6AAB
RGB
CMYK
RGB Variations
Color information
#DD6AAB (or 0xDD6AAB) is known color: Pale Violet Red. HEX triplet: DD, 6A and AB. RGB value is (221,106,171). Sum of RGB (Red+Green+Blue) = 221+106+171=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6AAB is #229554. Grayscale: #939393. Windows color (decimal): -2266453 or 11234013. OLE color: 11234013.
HSL color Cylindrical-coordinate representation of color #DD6AAB: hue angle of 326.09º 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 #DD6AAB is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 171 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.13 |
| HSL | 326.09º | 0.63% | 0.64% | - |
| HSV(B) | 326.09º | 0.52% | 0.87% | - |
| XYZ | 42.32 | 28.62 | 41.82 | - |
| YUV | 147.8 | 141.1 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 171 | 0 | 0.52 | 0.23 | 0.13 | 326.09 | 0.63 | 0.64 |
| Hex | DD | 6A | AB | 0 | 34 | 17 | D | 146 | 3F | 40 |
| Octal | 335 | 152 | 253 | 0 | 64 | 27 | 15 | 506 | 77 | 100 |
| Binary | 11011101 | 1101010 | 10101011 | 0 | 110100 | 10111 | 1101 | 101000110 | 111111 | 1000000 |
Color Harmonies of #DD6AAB
Complementary color
Monochromatic Colors of #DD6AAB
Black with #DD6AAB
Text Example
Text Example
White with #DD6AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6AAB; }
p { color: rgb(221,106,171); }
H1.HeaderClassName
{
color: #DD6AAB;
}
.AnyTagClassName
{
color: #DD6AAB;
}
</style>
background-color css
<style>
a { background-color: #DD6AAB; }
a { background-color: rgb(221,106,171); }
div.DivClassName
{
background-color: #DD6AAB;
}
.BgClassName
{
background-color: #DD6AAB;
}
</style>
border-color css
<style>
span { border-color: #DD6AAB; }
span { border-color: rgb(221,106,171); }
td.TdClassName
{
border-color: #DD6AAB;
}
.TagClassName
{
border-color: #DD6AAB;
}
</style>