Shades of Petite Orchid #DD9A8B
Tints of Petite Orchid #DD9A8B
RGB
CMYK
RGB Variations
Color information
#DD9A8B (or 0xDD9A8B) is known color: Petite Orchid. HEX triplet: DD, 9A and 8B. RGB value is (221,154,139). Sum of RGB (Red+Green+Blue) = 221+154+139=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A8B is #226574. Grayscale: #ACACAC. Windows color (decimal): -2254197 or 9149149. OLE color: 9149149.
HSL color Cylindrical-coordinate representation of color #DD9A8B: hue angle of 10.98º 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 #DD9A8B is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 139 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.13 |
| HSL | 10.98º | 0.55% | 0.71% | - |
| HSV(B) | 10.98º | 0.37% | 0.87% | - |
| XYZ | 46.03 | 40.35 | 29.79 | - |
| YUV | 172.32 | 109.2 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 139 | 0 | 0.30 | 0.37 | 0.13 | 10.98 | 0.55 | 0.71 |
| Hex | DD | 9A | 8B | 0 | 1E | 25 | D | B | 37 | 47 |
| Octal | 335 | 232 | 213 | 0 | 36 | 45 | 15 | 13 | 67 | 107 |
| Binary | 11011101 | 10011010 | 10001011 | 0 | 11110 | 100101 | 1101 | 1011 | 110111 | 1000111 |
Color Harmonies of #DD9A8B
Complementary color
Monochromatic Colors of #DD9A8B
Black with #DD9A8B
Text Example
Text Example
White with #DD9A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A8B; }
p { color: rgb(221,154,139); }
H1.HeaderClassName
{
color: #DD9A8B;
}
.AnyTagClassName
{
color: #DD9A8B;
}
</style>
background-color css
<style>
a { background-color: #DD9A8B; }
a { background-color: rgb(221,154,139); }
div.DivClassName
{
background-color: #DD9A8B;
}
.BgClassName
{
background-color: #DD9A8B;
}
</style>
border-color css
<style>
span { border-color: #DD9A8B; }
span { border-color: rgb(221,154,139); }
td.TdClassName
{
border-color: #DD9A8B;
}
.TagClassName
{
border-color: #DD9A8B;
}
</style>