Shades of Petite Orchid #DD998D
Tints of Petite Orchid #DD998D
RGB
CMYK
RGB Variations
Color information
#DD998D (or 0xDD998D) is known color: Petite Orchid. HEX triplet: DD, 99 and 8D. RGB value is (221,153,141). Sum of RGB (Red+Green+Blue) = 221+153+141=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD998D is #226672. Grayscale: #ACACAC. Windows color (decimal): -2254451 or 9279965. OLE color: 9279965.
HSL color Cylindrical-coordinate representation of color #DD998D: hue angle of 9º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD998D is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 141 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.13 |
| HSL | 9º | 0.54% | 0.71% | - |
| HSV(B) | 9º | 0.36% | 0.87% | - |
| XYZ | 46.02 | 40.08 | 30.51 | - |
| YUV | 171.96 | 110.53 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 141 | 0 | 0.31 | 0.36 | 0.13 | 9 | 0.54 | 0.71 |
| Hex | DD | 99 | 8D | 0 | 1F | 24 | D | 9 | 36 | 47 |
| Octal | 335 | 231 | 215 | 0 | 37 | 44 | 15 | 11 | 66 | 107 |
| Binary | 11011101 | 10011001 | 10001101 | 0 | 11111 | 100100 | 1101 | 1001 | 110110 | 1000111 |
Color Harmonies of #DD998D
Complementary color
Monochromatic Colors of #DD998D
Black with #DD998D
Text Example
Text Example
White with #DD998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD998D; }
p { color: rgb(221,153,141); }
H1.HeaderClassName
{
color: #DD998D;
}
.AnyTagClassName
{
color: #DD998D;
}
</style>
background-color css
<style>
a { background-color: #DD998D; }
a { background-color: rgb(221,153,141); }
div.DivClassName
{
background-color: #DD998D;
}
.BgClassName
{
background-color: #DD998D;
}
</style>
border-color css
<style>
span { border-color: #DD998D; }
span { border-color: rgb(221,153,141); }
td.TdClassName
{
border-color: #DD998D;
}
.TagClassName
{
border-color: #DD998D;
}
</style>