Shades of Pale Violet Red #DD729E
Tints of Pale Violet Red #DD729E
RGB
CMYK
RGB Variations
Color information
#DD729E (or 0xDD729E) is known color: Pale Violet Red. HEX triplet: DD, 72 and 9E. RGB value is (221,114,158). Sum of RGB (Red+Green+Blue) = 221+114+158=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD729E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD729E is #228D61. Grayscale: #969696. Windows color (decimal): -2264418 or 10384093. OLE color: 10384093.
HSL color Cylindrical-coordinate representation of color #DD729E: hue angle of 335.33º 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 #DD729E is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 158 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.13 |
| HSL | 335.33º | 0.61% | 0.66% | - |
| HSV(B) | 335.33º | 0.48% | 0.87% | - |
| XYZ | 42.01 | 29.88 | 35.9 | - |
| YUV | 151.01 | 131.95 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 158 | 0 | 0.48 | 0.29 | 0.13 | 335.33 | 0.61 | 0.66 |
| Hex | DD | 72 | 9E | 0 | 30 | 1D | D | 14F | 3D | 42 |
| Octal | 335 | 162 | 236 | 0 | 60 | 35 | 15 | 517 | 75 | 102 |
| Binary | 11011101 | 1110010 | 10011110 | 0 | 110000 | 11101 | 1101 | 101001111 | 111101 | 1000010 |
Color Harmonies of #DD729E
Complementary color
Monochromatic Colors of #DD729E
Black with #DD729E
Text Example
Text Example
White with #DD729E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD729E; }
p { color: rgb(221,114,158); }
H1.HeaderClassName
{
color: #DD729E;
}
.AnyTagClassName
{
color: #DD729E;
}
</style>
background-color css
<style>
a { background-color: #DD729E; }
a { background-color: rgb(221,114,158); }
div.DivClassName
{
background-color: #DD729E;
}
.BgClassName
{
background-color: #DD729E;
}
</style>
border-color css
<style>
span { border-color: #DD729E; }
span { border-color: rgb(221,114,158); }
td.TdClassName
{
border-color: #DD729E;
}
.TagClassName
{
border-color: #DD729E;
}
</style>