Shades of Pale Violet Red #DD75AA
Tints of Pale Violet Red #DD75AA
RGB
CMYK
RGB Variations
Color information
#DD75AA (or 0xDD75AA) is known color: Pale Violet Red. HEX triplet: DD, 75 and AA. RGB value is (221,117,170). Sum of RGB (Red+Green+Blue) = 221+117+170=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD75AA is #228A55. Grayscale: #9A9A9A. Windows color (decimal): -2263638 or 11171293. OLE color: 11171293.
HSL color Cylindrical-coordinate representation of color #DD75AA: hue angle of 329.42º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD75AA is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 170 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.13 |
| HSL | 329.42º | 0.6% | 0.66% | - |
| HSV(B) | 329.42º | 0.47% | 0.87% | - |
| XYZ | 43.44 | 31 | 41.72 | - |
| YUV | 154.14 | 136.96 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 170 | 0 | 0.47 | 0.23 | 0.13 | 329.42 | 0.6 | 0.66 |
| Hex | DD | 75 | AA | 0 | 2F | 17 | D | 149 | 3C | 42 |
| Octal | 335 | 165 | 252 | 0 | 57 | 27 | 15 | 511 | 74 | 102 |
| Binary | 11011101 | 1110101 | 10101010 | 0 | 101111 | 10111 | 1101 | 101001001 | 111100 | 1000010 |
Color Harmonies of #DD75AA
Complementary color
Monochromatic Colors of #DD75AA
Black with #DD75AA
Text Example
Text Example
White with #DD75AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75AA; }
p { color: rgb(221,117,170); }
H1.HeaderClassName
{
color: #DD75AA;
}
.AnyTagClassName
{
color: #DD75AA;
}
</style>
background-color css
<style>
a { background-color: #DD75AA; }
a { background-color: rgb(221,117,170); }
div.DivClassName
{
background-color: #DD75AA;
}
.BgClassName
{
background-color: #DD75AA;
}
</style>
border-color css
<style>
span { border-color: #DD75AA; }
span { border-color: rgb(221,117,170); }
td.TdClassName
{
border-color: #DD75AA;
}
.TagClassName
{
border-color: #DD75AA;
}
</style>