Shades of Petite Orchid #DD9386
Tints of Petite Orchid #DD9386
RGB
CMYK
RGB Variations
Color information
#DD9386 (or 0xDD9386) is known color: Petite Orchid. HEX triplet: DD, 93 and 86. RGB value is (221,147,134). Sum of RGB (Red+Green+Blue) = 221+147+134=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9386 is #226C79. Grayscale: #A7A7A7. Windows color (decimal): -2255994 or 8819677. OLE color: 8819677.
HSL color Cylindrical-coordinate representation of color #DD9386: hue angle of 8.97º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD9386 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 134 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.13 |
| HSL | 8.97º | 0.56% | 0.7% | - |
| HSV(B) | 8.97º | 0.39% | 0.87% | - |
| XYZ | 44.56 | 37.96 | 27.53 | - |
| YUV | 167.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 134 | 0 | 0.33 | 0.39 | 0.13 | 8.97 | 0.56 | 0.7 |
| Hex | DD | 93 | 86 | 0 | 21 | 27 | D | 9 | 38 | 46 |
| Octal | 335 | 223 | 206 | 0 | 41 | 47 | 15 | 11 | 70 | 106 |
| Binary | 11011101 | 10010011 | 10000110 | 0 | 100001 | 100111 | 1101 | 1001 | 111000 | 1000110 |
Color Harmonies of #DD9386
Complementary color
Monochromatic Colors of #DD9386
Black with #DD9386
Text Example
Text Example
White with #DD9386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9386; }
p { color: rgb(221,147,134); }
H1.HeaderClassName
{
color: #DD9386;
}
.AnyTagClassName
{
color: #DD9386;
}
</style>
background-color css
<style>
a { background-color: #DD9386; }
a { background-color: rgb(221,147,134); }
div.DivClassName
{
background-color: #DD9386;
}
.BgClassName
{
background-color: #DD9386;
}
</style>
border-color css
<style>
span { border-color: #DD9386; }
span { border-color: rgb(221,147,134); }
td.TdClassName
{
border-color: #DD9386;
}
.TagClassName
{
border-color: #DD9386;
}
</style>