Shades of Pale Violet Red #DD7AA3
Tints of Pale Violet Red #DD7AA3
RGB
CMYK
RGB Variations
Color information
#DD7AA3 (or 0xDD7AA3) is known color: Pale Violet Red. HEX triplet: DD, 7A and A3. RGB value is (221,122,163). Sum of RGB (Red+Green+Blue) = 221+122+163=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7AA3 is #22855C. Grayscale: #9C9C9C. Windows color (decimal): -2262365 or 10713821. OLE color: 10713821.
HSL color Cylindrical-coordinate representation of color #DD7AA3: hue angle of 335.15º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7AA3 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 163 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.13 |
| HSL | 335.15º | 0.59% | 0.67% | - |
| HSV(B) | 335.15º | 0.45% | 0.87% | - |
| XYZ | 43.39 | 31.94 | 38.53 | - |
| YUV | 156.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 163 | 0 | 0.45 | 0.26 | 0.13 | 335.15 | 0.59 | 0.67 |
| Hex | DD | 7A | A3 | 0 | 2D | 1A | D | 14F | 3B | 43 |
| Octal | 335 | 172 | 243 | 0 | 55 | 32 | 15 | 517 | 73 | 103 |
| Binary | 11011101 | 1111010 | 10100011 | 0 | 101101 | 11010 | 1101 | 101001111 | 111011 | 1000011 |
Color Harmonies of #DD7AA3
Complementary color
Monochromatic Colors of #DD7AA3
Black with #DD7AA3
Text Example
Text Example
White with #DD7AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AA3; }
p { color: rgb(221,122,163); }
H1.HeaderClassName
{
color: #DD7AA3;
}
.AnyTagClassName
{
color: #DD7AA3;
}
</style>
background-color css
<style>
a { background-color: #DD7AA3; }
a { background-color: rgb(221,122,163); }
div.DivClassName
{
background-color: #DD7AA3;
}
.BgClassName
{
background-color: #DD7AA3;
}
</style>
border-color css
<style>
span { border-color: #DD7AA3; }
span { border-color: rgb(221,122,163); }
td.TdClassName
{
border-color: #DD7AA3;
}
.TagClassName
{
border-color: #DD7AA3;
}
</style>