Shades of Pale Violet Red #DD739D
Tints of Pale Violet Red #DD739D
RGB
CMYK
RGB Variations
Color information
#DD739D (or 0xDD739D) is known color: Pale Violet Red. HEX triplet: DD, 73 and 9D. RGB value is (221,115,157). Sum of RGB (Red+Green+Blue) = 221+115+157=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD739D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD739D is #228C62. Grayscale: #979797. Windows color (decimal): -2264163 or 10318813. OLE color: 10318813.
HSL color Cylindrical-coordinate representation of color #DD739D: hue angle of 336.23º 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 #DD739D is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 157 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.13 |
| HSL | 336.23º | 0.61% | 0.66% | - |
| HSV(B) | 336.23º | 0.48% | 0.87% | - |
| XYZ | 42.04 | 30.07 | 35.49 | - |
| YUV | 151.48 | 131.12 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 157 | 0 | 0.48 | 0.29 | 0.13 | 336.23 | 0.61 | 0.66 |
| Hex | DD | 73 | 9D | 0 | 30 | 1D | D | 150 | 3D | 42 |
| Octal | 335 | 163 | 235 | 0 | 60 | 35 | 15 | 520 | 75 | 102 |
| Binary | 11011101 | 1110011 | 10011101 | 0 | 110000 | 11101 | 1101 | 101010000 | 111101 | 1000010 |
Color Harmonies of #DD739D
Complementary color
Monochromatic Colors of #DD739D
Black with #DD739D
Text Example
Text Example
White with #DD739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD739D; }
p { color: rgb(221,115,157); }
H1.HeaderClassName
{
color: #DD739D;
}
.AnyTagClassName
{
color: #DD739D;
}
</style>
background-color css
<style>
a { background-color: #DD739D; }
a { background-color: rgb(221,115,157); }
div.DivClassName
{
background-color: #DD739D;
}
.BgClassName
{
background-color: #DD739D;
}
</style>
border-color css
<style>
span { border-color: #DD739D; }
span { border-color: rgb(221,115,157); }
td.TdClassName
{
border-color: #DD739D;
}
.TagClassName
{
border-color: #DD739D;
}
</style>