Shades of Petite Orchid #DD9389
Tints of Petite Orchid #DD9389
RGB
CMYK
RGB Variations
Color information
#DD9389 (or 0xDD9389) is known color: Petite Orchid. HEX triplet: DD, 93 and 89. RGB value is (221,147,137). Sum of RGB (Red+Green+Blue) = 221+147+137=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9389 is #226C76. Grayscale: #A8A8A8. Windows color (decimal): -2255991 or 9016285. OLE color: 9016285.
HSL color Cylindrical-coordinate representation of color #DD9389: hue angle of 7.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD9389 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 137 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.13 |
| HSL | 7.14º | 0.55% | 0.7% | - |
| HSV(B) | 7.14º | 0.38% | 0.87% | - |
| XYZ | 44.77 | 38.05 | 28.65 | - |
| YUV | 167.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 137 | 0 | 0.33 | 0.38 | 0.13 | 7.14 | 0.55 | 0.7 |
| Hex | DD | 93 | 89 | 0 | 21 | 26 | D | 7 | 37 | 46 |
| Octal | 335 | 223 | 211 | 0 | 41 | 46 | 15 | 7 | 67 | 106 |
| Binary | 11011101 | 10010011 | 10001001 | 0 | 100001 | 100110 | 1101 | 111 | 110111 | 1000110 |
Color Harmonies of #DD9389
Complementary color
Monochromatic Colors of #DD9389
Black with #DD9389
Text Example
Text Example
White with #DD9389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9389; }
p { color: rgb(221,147,137); }
H1.HeaderClassName
{
color: #DD9389;
}
.AnyTagClassName
{
color: #DD9389;
}
</style>
background-color css
<style>
a { background-color: #DD9389; }
a { background-color: rgb(221,147,137); }
div.DivClassName
{
background-color: #DD9389;
}
.BgClassName
{
background-color: #DD9389;
}
</style>
border-color css
<style>
span { border-color: #DD9389; }
span { border-color: rgb(221,147,137); }
td.TdClassName
{
border-color: #DD9389;
}
.TagClassName
{
border-color: #DD9389;
}
</style>