Shades of Pale Violet Red #DD638B
Tints of Pale Violet Red #DD638B
RGB
CMYK
RGB Variations
Color information
#DD638B (or 0xDD638B) is known color: Pale Violet Red. HEX triplet: DD, 63 and 8B. RGB value is (221,99,139). Sum of RGB (Red+Green+Blue) = 221+99+139=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD638B is #229C74. Grayscale: #8C8C8C. Windows color (decimal): -2268277 or 9135069. OLE color: 9135069.
HSL color Cylindrical-coordinate representation of color #DD638B: hue angle of 340.33º 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 #DD638B is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 139 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.13 |
| HSL | 340.33º | 0.64% | 0.63% | - |
| HSV(B) | 340.33º | 0.55% | 0.87% | - |
| XYZ | 38.94 | 26.16 | 27.42 | - |
| YUV | 140.04 | 127.42 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 139 | 0 | 0.55 | 0.37 | 0.13 | 340.33 | 0.64 | 0.63 |
| Hex | DD | 63 | 8B | 0 | 37 | 25 | D | 154 | 40 | 3F |
| Octal | 335 | 143 | 213 | 0 | 67 | 45 | 15 | 524 | 100 | 77 |
| Binary | 11011101 | 1100011 | 10001011 | 0 | 110111 | 100101 | 1101 | 101010100 | 1000000 | 111111 |
Color Harmonies of #DD638B
Complementary color
Monochromatic Colors of #DD638B
Black with #DD638B
Text Example
Text Example
White with #DD638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD638B; }
p { color: rgb(221,99,139); }
H1.HeaderClassName
{
color: #DD638B;
}
.AnyTagClassName
{
color: #DD638B;
}
</style>
background-color css
<style>
a { background-color: #DD638B; }
a { background-color: rgb(221,99,139); }
div.DivClassName
{
background-color: #DD638B;
}
.BgClassName
{
background-color: #DD638B;
}
</style>
border-color css
<style>
span { border-color: #DD638B; }
span { border-color: rgb(221,99,139); }
td.TdClassName
{
border-color: #DD638B;
}
.TagClassName
{
border-color: #DD638B;
}
</style>