Shades of Petite Orchid #DD988B
Tints of Petite Orchid #DD988B
RGB
CMYK
RGB Variations
Color information
#DD988B (or 0xDD988B) is known color: Petite Orchid. HEX triplet: DD, 98 and 8B. RGB value is (221,152,139). Sum of RGB (Red+Green+Blue) = 221+152+139=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD988B is #226774. Grayscale: #ABABAB. Windows color (decimal): -2254709 or 9148637. OLE color: 9148637.
HSL color Cylindrical-coordinate representation of color #DD988B: hue angle of 9.51º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD988B is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 139 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.13 |
| HSL | 9.51º | 0.55% | 0.71% | - |
| HSV(B) | 9.51º | 0.37% | 0.87% | - |
| XYZ | 45.71 | 39.69 | 29.68 | - |
| YUV | 171.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 139 | 0 | 0.31 | 0.37 | 0.13 | 9.51 | 0.55 | 0.71 |
| Hex | DD | 98 | 8B | 0 | 1F | 25 | D | A | 37 | 47 |
| Octal | 335 | 230 | 213 | 0 | 37 | 45 | 15 | 12 | 67 | 107 |
| Binary | 11011101 | 10011000 | 10001011 | 0 | 11111 | 100101 | 1101 | 1010 | 110111 | 1000111 |
Color Harmonies of #DD988B
Complementary color
Monochromatic Colors of #DD988B
Black with #DD988B
Text Example
Text Example
White with #DD988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD988B; }
p { color: rgb(221,152,139); }
H1.HeaderClassName
{
color: #DD988B;
}
.AnyTagClassName
{
color: #DD988B;
}
</style>
background-color css
<style>
a { background-color: #DD988B; }
a { background-color: rgb(221,152,139); }
div.DivClassName
{
background-color: #DD988B;
}
.BgClassName
{
background-color: #DD988B;
}
</style>
border-color css
<style>
span { border-color: #DD988B; }
span { border-color: rgb(221,152,139); }
td.TdClassName
{
border-color: #DD988B;
}
.TagClassName
{
border-color: #DD988B;
}
</style>