Shades of Pale Violet Red #DD729A
Tints of Pale Violet Red #DD729A
RGB
CMYK
RGB Variations
Color information
#DD729A (or 0xDD729A) is known color: Pale Violet Red. HEX triplet: DD, 72 and 9A. RGB value is (221,114,154). Sum of RGB (Red+Green+Blue) = 221+114+154=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD729A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD729A is #228D65. Grayscale: #969696. Windows color (decimal): -2264422 or 10121949. OLE color: 10121949.
HSL color Cylindrical-coordinate representation of color #DD729A: hue angle of 337.57º 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 #DD729A is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 154 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.13 |
| HSL | 337.57º | 0.61% | 0.66% | - |
| HSV(B) | 337.57º | 0.48% | 0.87% | - |
| XYZ | 41.67 | 29.74 | 34.12 | - |
| YUV | 150.55 | 129.95 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 154 | 0 | 0.48 | 0.30 | 0.13 | 337.57 | 0.61 | 0.66 |
| Hex | DD | 72 | 9A | 0 | 30 | 1E | D | 152 | 3D | 42 |
| Octal | 335 | 162 | 232 | 0 | 60 | 36 | 15 | 522 | 75 | 102 |
| Binary | 11011101 | 1110010 | 10011010 | 0 | 110000 | 11110 | 1101 | 101010010 | 111101 | 1000010 |
Color Harmonies of #DD729A
Complementary color
Monochromatic Colors of #DD729A
Black with #DD729A
Text Example
Text Example
White with #DD729A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD729A; }
p { color: rgb(221,114,154); }
H1.HeaderClassName
{
color: #DD729A;
}
.AnyTagClassName
{
color: #DD729A;
}
</style>
background-color css
<style>
a { background-color: #DD729A; }
a { background-color: rgb(221,114,154); }
div.DivClassName
{
background-color: #DD729A;
}
.BgClassName
{
background-color: #DD729A;
}
</style>
border-color css
<style>
span { border-color: #DD729A; }
span { border-color: rgb(221,114,154); }
td.TdClassName
{
border-color: #DD729A;
}
.TagClassName
{
border-color: #DD729A;
}
</style>