Shades of Pale Violet Red #DD73AA
Tints of Pale Violet Red #DD73AA
RGB
CMYK
RGB Variations
Color information
#DD73AA (or 0xDD73AA) is known color: Pale Violet Red. HEX triplet: DD, 73 and AA. RGB value is (221,115,170). Sum of RGB (Red+Green+Blue) = 221+115+170=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD73AA is #228C55. Grayscale: #989898. Windows color (decimal): -2264150 or 11170781. OLE color: 11170781.
HSL color Cylindrical-coordinate representation of color #DD73AA: hue angle of 328.87º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD73AA is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 170 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.13 |
| HSL | 328.87º | 0.61% | 0.66% | - |
| HSV(B) | 328.87º | 0.48% | 0.87% | - |
| XYZ | 43.21 | 30.54 | 41.65 | - |
| YUV | 152.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 170 | 0 | 0.48 | 0.23 | 0.13 | 328.87 | 0.61 | 0.66 |
| Hex | DD | 73 | AA | 0 | 30 | 17 | D | 149 | 3D | 42 |
| Octal | 335 | 163 | 252 | 0 | 60 | 27 | 15 | 511 | 75 | 102 |
| Binary | 11011101 | 1110011 | 10101010 | 0 | 110000 | 10111 | 1101 | 101001001 | 111101 | 1000010 |
Color Harmonies of #DD73AA
Complementary color
Monochromatic Colors of #DD73AA
Black with #DD73AA
Text Example
Text Example
White with #DD73AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD73AA; }
p { color: rgb(221,115,170); }
H1.HeaderClassName
{
color: #DD73AA;
}
.AnyTagClassName
{
color: #DD73AA;
}
</style>
background-color css
<style>
a { background-color: #DD73AA; }
a { background-color: rgb(221,115,170); }
div.DivClassName
{
background-color: #DD73AA;
}
.BgClassName
{
background-color: #DD73AA;
}
</style>
border-color css
<style>
span { border-color: #DD73AA; }
span { border-color: rgb(221,115,170); }
td.TdClassName
{
border-color: #DD73AA;
}
.TagClassName
{
border-color: #DD73AA;
}
</style>