Shades of Pale Violet Red #DD739B
Tints of Pale Violet Red #DD739B
RGB
CMYK
RGB Variations
Color information
#DD739B (or 0xDD739B) is known color: Pale Violet Red. HEX triplet: DD, 73 and 9B. RGB value is (221,115,155). Sum of RGB (Red+Green+Blue) = 221+115+155=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD739B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD739B is #228C64. Grayscale: #979797. Windows color (decimal): -2264165 or 10187741. OLE color: 10187741.
HSL color Cylindrical-coordinate representation of color #DD739B: hue angle of 337.36º 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 #DD739B is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 155 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.13 |
| HSL | 337.36º | 0.61% | 0.66% | - |
| HSV(B) | 337.36º | 0.48% | 0.87% | - |
| XYZ | 41.87 | 30 | 34.59 | - |
| YUV | 151.25 | 130.12 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 155 | 0 | 0.48 | 0.30 | 0.13 | 337.36 | 0.61 | 0.66 |
| Hex | DD | 73 | 9B | 0 | 30 | 1E | D | 151 | 3D | 42 |
| Octal | 335 | 163 | 233 | 0 | 60 | 36 | 15 | 521 | 75 | 102 |
| Binary | 11011101 | 1110011 | 10011011 | 0 | 110000 | 11110 | 1101 | 101010001 | 111101 | 1000010 |
Color Harmonies of #DD739B
Complementary color
Monochromatic Colors of #DD739B
Black with #DD739B
Text Example
Text Example
White with #DD739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD739B; }
p { color: rgb(221,115,155); }
H1.HeaderClassName
{
color: #DD739B;
}
.AnyTagClassName
{
color: #DD739B;
}
</style>
background-color css
<style>
a { background-color: #DD739B; }
a { background-color: rgb(221,115,155); }
div.DivClassName
{
background-color: #DD739B;
}
.BgClassName
{
background-color: #DD739B;
}
</style>
border-color css
<style>
span { border-color: #DD739B; }
span { border-color: rgb(221,115,155); }
td.TdClassName
{
border-color: #DD739B;
}
.TagClassName
{
border-color: #DD739B;
}
</style>