Shades of Pale Violet Red #DD729D
Tints of Pale Violet Red #DD729D
RGB
CMYK
RGB Variations
Color information
#DD729D (or 0xDD729D) is known color: Pale Violet Red. HEX triplet: DD, 72 and 9D. RGB value is (221,114,157). Sum of RGB (Red+Green+Blue) = 221+114+157=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD729D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD729D is #228D62. Grayscale: #969696. Windows color (decimal): -2264419 or 10318557. OLE color: 10318557.
HSL color Cylindrical-coordinate representation of color #DD729D: hue angle of 335.89º 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 #DD729D is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 157 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.13 |
| HSL | 335.89º | 0.61% | 0.66% | - |
| HSV(B) | 335.89º | 0.48% | 0.87% | - |
| XYZ | 41.92 | 29.84 | 35.45 | - |
| YUV | 150.9 | 131.45 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 157 | 0 | 0.48 | 0.29 | 0.13 | 335.89 | 0.61 | 0.66 |
| Hex | DD | 72 | 9D | 0 | 30 | 1D | D | 150 | 3D | 42 |
| Octal | 335 | 162 | 235 | 0 | 60 | 35 | 15 | 520 | 75 | 102 |
| Binary | 11011101 | 1110010 | 10011101 | 0 | 110000 | 11101 | 1101 | 101010000 | 111101 | 1000010 |
Color Harmonies of #DD729D
Complementary color
Monochromatic Colors of #DD729D
Black with #DD729D
Text Example
Text Example
White with #DD729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD729D; }
p { color: rgb(221,114,157); }
H1.HeaderClassName
{
color: #DD729D;
}
.AnyTagClassName
{
color: #DD729D;
}
</style>
background-color css
<style>
a { background-color: #DD729D; }
a { background-color: rgb(221,114,157); }
div.DivClassName
{
background-color: #DD729D;
}
.BgClassName
{
background-color: #DD729D;
}
</style>
border-color css
<style>
span { border-color: #DD729D; }
span { border-color: rgb(221,114,157); }
td.TdClassName
{
border-color: #DD729D;
}
.TagClassName
{
border-color: #DD729D;
}
</style>