Shades of Pale Violet Red #DD72AA
Tints of Pale Violet Red #DD72AA
RGB
CMYK
RGB Variations
Color information
#DD72AA (or 0xDD72AA) is known color: Pale Violet Red. HEX triplet: DD, 72 and AA. RGB value is (221,114,170). Sum of RGB (Red+Green+Blue) = 221+114+170=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD72AA is #228D55. Grayscale: #989898. Windows color (decimal): -2264406 or 11170525. OLE color: 11170525.
HSL color Cylindrical-coordinate representation of color #DD72AA: hue angle of 328.6º 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 #DD72AA is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 170 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.13 |
| HSL | 328.6º | 0.61% | 0.66% | - |
| HSV(B) | 328.6º | 0.48% | 0.87% | - |
| XYZ | 43.09 | 30.31 | 41.61 | - |
| YUV | 152.38 | 137.95 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 170 | 0 | 0.48 | 0.23 | 0.13 | 328.6 | 0.61 | 0.66 |
| Hex | DD | 72 | AA | 0 | 30 | 17 | D | 149 | 3D | 42 |
| Octal | 335 | 162 | 252 | 0 | 60 | 27 | 15 | 511 | 75 | 102 |
| Binary | 11011101 | 1110010 | 10101010 | 0 | 110000 | 10111 | 1101 | 101001001 | 111101 | 1000010 |
Color Harmonies of #DD72AA
Complementary color
Monochromatic Colors of #DD72AA
Black with #DD72AA
Text Example
Text Example
White with #DD72AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD72AA; }
p { color: rgb(221,114,170); }
H1.HeaderClassName
{
color: #DD72AA;
}
.AnyTagClassName
{
color: #DD72AA;
}
</style>
background-color css
<style>
a { background-color: #DD72AA; }
a { background-color: rgb(221,114,170); }
div.DivClassName
{
background-color: #DD72AA;
}
.BgClassName
{
background-color: #DD72AA;
}
</style>
border-color css
<style>
span { border-color: #DD72AA; }
span { border-color: rgb(221,114,170); }
td.TdClassName
{
border-color: #DD72AA;
}
.TagClassName
{
border-color: #DD72AA;
}
</style>