Shades of Pale Violet Red #DD6AA3
Tints of Pale Violet Red #DD6AA3
RGB
CMYK
RGB Variations
Color information
#DD6AA3 (or 0xDD6AA3) is known color: Pale Violet Red. HEX triplet: DD, 6A and A3. RGB value is (221,106,163). Sum of RGB (Red+Green+Blue) = 221+106+163=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6AA3 is #22955C. Grayscale: #929292. Windows color (decimal): -2266461 or 10709725. OLE color: 10709725.
HSL color Cylindrical-coordinate representation of color #DD6AA3: hue angle of 330.26º 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 #DD6AA3 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 163 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.13 |
| HSL | 330.26º | 0.63% | 0.64% | - |
| HSV(B) | 330.26º | 0.52% | 0.87% | - |
| XYZ | 41.58 | 28.32 | 37.93 | - |
| YUV | 146.88 | 137.1 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 163 | 0 | 0.52 | 0.26 | 0.13 | 330.26 | 0.63 | 0.64 |
| Hex | DD | 6A | A3 | 0 | 34 | 1A | D | 14A | 3F | 40 |
| Octal | 335 | 152 | 243 | 0 | 64 | 32 | 15 | 512 | 77 | 100 |
| Binary | 11011101 | 1101010 | 10100011 | 0 | 110100 | 11010 | 1101 | 101001010 | 111111 | 1000000 |
Color Harmonies of #DD6AA3
Complementary color
Monochromatic Colors of #DD6AA3
Black with #DD6AA3
Text Example
Text Example
White with #DD6AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6AA3; }
p { color: rgb(221,106,163); }
H1.HeaderClassName
{
color: #DD6AA3;
}
.AnyTagClassName
{
color: #DD6AA3;
}
</style>
background-color css
<style>
a { background-color: #DD6AA3; }
a { background-color: rgb(221,106,163); }
div.DivClassName
{
background-color: #DD6AA3;
}
.BgClassName
{
background-color: #DD6AA3;
}
</style>
border-color css
<style>
span { border-color: #DD6AA3; }
span { border-color: rgb(221,106,163); }
td.TdClassName
{
border-color: #DD6AA3;
}
.TagClassName
{
border-color: #DD6AA3;
}
</style>