Shades of Petite Orchid #DD998E
Tints of Petite Orchid #DD998E
RGB
CMYK
RGB Variations
Color information
#DD998E (or 0xDD998E) is known color: Petite Orchid. HEX triplet: DD, 99 and 8E. RGB value is (221,153,142). Sum of RGB (Red+Green+Blue) = 221+153+142=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD998E is #226671. Grayscale: #ACACAC. Windows color (decimal): -2254450 or 9345501. OLE color: 9345501.
HSL color Cylindrical-coordinate representation of color #DD998E: hue angle of 8.35º 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 #DD998E is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 142 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.13 |
| HSL | 8.35º | 0.54% | 0.71% | - |
| HSV(B) | 8.35º | 0.36% | 0.87% | - |
| XYZ | 46.09 | 40.11 | 30.9 | - |
| YUV | 172.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 142 | 0 | 0.31 | 0.36 | 0.13 | 8.35 | 0.54 | 0.71 |
| Hex | DD | 99 | 8E | 0 | 1F | 24 | D | 8 | 36 | 47 |
| Octal | 335 | 231 | 216 | 0 | 37 | 44 | 15 | 10 | 66 | 107 |
| Binary | 11011101 | 10011001 | 10001110 | 0 | 11111 | 100100 | 1101 | 1000 | 110110 | 1000111 |
Color Harmonies of #DD998E
Complementary color
Monochromatic Colors of #DD998E
Black with #DD998E
Text Example
Text Example
White with #DD998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD998E; }
p { color: rgb(221,153,142); }
H1.HeaderClassName
{
color: #DD998E;
}
.AnyTagClassName
{
color: #DD998E;
}
</style>
background-color css
<style>
a { background-color: #DD998E; }
a { background-color: rgb(221,153,142); }
div.DivClassName
{
background-color: #DD998E;
}
.BgClassName
{
background-color: #DD998E;
}
</style>
border-color css
<style>
span { border-color: #DD998E; }
span { border-color: rgb(221,153,142); }
td.TdClassName
{
border-color: #DD998E;
}
.TagClassName
{
border-color: #DD998E;
}
</style>