Shades of Pale Violet Red #DD74AA
Tints of Pale Violet Red #DD74AA
RGB
CMYK
RGB Variations
Color information
#DD74AA (or 0xDD74AA) is known color: Pale Violet Red. HEX triplet: DD, 74 and AA. RGB value is (221,116,170). Sum of RGB (Red+Green+Blue) = 221+116+170=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD74AA is #228B55. Grayscale: #999999. Windows color (decimal): -2263894 or 11171037. OLE color: 11171037.
HSL color Cylindrical-coordinate representation of color #DD74AA: hue angle of 329.14º 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 #DD74AA is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 170 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.13 |
| HSL | 329.14º | 0.61% | 0.66% | - |
| HSV(B) | 329.14º | 0.48% | 0.87% | - |
| XYZ | 43.32 | 30.77 | 41.69 | - |
| YUV | 153.55 | 137.29 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 170 | 0 | 0.48 | 0.23 | 0.13 | 329.14 | 0.61 | 0.66 |
| Hex | DD | 74 | AA | 0 | 30 | 17 | D | 149 | 3D | 42 |
| Octal | 335 | 164 | 252 | 0 | 60 | 27 | 15 | 511 | 75 | 102 |
| Binary | 11011101 | 1110100 | 10101010 | 0 | 110000 | 10111 | 1101 | 101001001 | 111101 | 1000010 |
Color Harmonies of #DD74AA
Complementary color
Monochromatic Colors of #DD74AA
Black with #DD74AA
Text Example
Text Example
White with #DD74AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD74AA; }
p { color: rgb(221,116,170); }
H1.HeaderClassName
{
color: #DD74AA;
}
.AnyTagClassName
{
color: #DD74AA;
}
</style>
background-color css
<style>
a { background-color: #DD74AA; }
a { background-color: rgb(221,116,170); }
div.DivClassName
{
background-color: #DD74AA;
}
.BgClassName
{
background-color: #DD74AA;
}
</style>
border-color css
<style>
span { border-color: #DD74AA; }
span { border-color: rgb(221,116,170); }
td.TdClassName
{
border-color: #DD74AA;
}
.TagClassName
{
border-color: #DD74AA;
}
</style>