Shades of Pale Violet Red #DD639D
Tints of Pale Violet Red #DD639D
RGB
CMYK
RGB Variations
Color information
#DD639D (or 0xDD639D) is known color: Pale Violet Red. HEX triplet: DD, 63 and 9D. RGB value is (221,99,157). Sum of RGB (Red+Green+Blue) = 221+99+157=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD639D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD639D is #229C62. Grayscale: #8D8D8D. Windows color (decimal): -2268259 or 10314717. OLE color: 10314717.
HSL color Cylindrical-coordinate representation of color #DD639D: hue angle of 331.48º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD639D is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 157 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.13 |
| HSL | 331.48º | 0.64% | 0.63% | - |
| HSV(B) | 331.48º | 0.55% | 0.87% | - |
| XYZ | 40.37 | 26.73 | 34.93 | - |
| YUV | 142.09 | 136.42 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 157 | 0 | 0.55 | 0.29 | 0.13 | 331.48 | 0.64 | 0.63 |
| Hex | DD | 63 | 9D | 0 | 37 | 1D | D | 14B | 40 | 3F |
| Octal | 335 | 143 | 235 | 0 | 67 | 35 | 15 | 513 | 100 | 77 |
| Binary | 11011101 | 1100011 | 10011101 | 0 | 110111 | 11101 | 1101 | 101001011 | 1000000 | 111111 |
Color Harmonies of #DD639D
Complementary color
Monochromatic Colors of #DD639D
Black with #DD639D
Text Example
Text Example
White with #DD639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD639D; }
p { color: rgb(221,99,157); }
H1.HeaderClassName
{
color: #DD639D;
}
.AnyTagClassName
{
color: #DD639D;
}
</style>
background-color css
<style>
a { background-color: #DD639D; }
a { background-color: rgb(221,99,157); }
div.DivClassName
{
background-color: #DD639D;
}
.BgClassName
{
background-color: #DD639D;
}
</style>
border-color css
<style>
span { border-color: #DD639D; }
span { border-color: rgb(221,99,157); }
td.TdClassName
{
border-color: #DD639D;
}
.TagClassName
{
border-color: #DD639D;
}
</style>