Shades of Petite Orchid #DD8F89
Tints of Petite Orchid #DD8F89
RGB
CMYK
RGB Variations
Color information
#DD8F89 (or 0xDD8F89) is known color: Petite Orchid. HEX triplet: DD, 8F and 89. RGB value is (221,143,137). Sum of RGB (Red+Green+Blue) = 221+143+137=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8F89 is #227076. Grayscale: #A5A5A5. Windows color (decimal): -2257015 or 9015261. OLE color: 9015261.
HSL color Cylindrical-coordinate representation of color #DD8F89: hue angle of 4.29º 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 #DD8F89 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 137 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.13 |
| HSL | 4.29º | 0.55% | 0.7% | - |
| HSV(B) | 4.29º | 0.38% | 0.87% | - |
| XYZ | 44.16 | 36.82 | 28.45 | - |
| YUV | 165.64 | 111.84 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 137 | 0 | 0.35 | 0.38 | 0.13 | 4.29 | 0.55 | 0.7 |
| Hex | DD | 8F | 89 | 0 | 23 | 26 | D | 4 | 37 | 46 |
| Octal | 335 | 217 | 211 | 0 | 43 | 46 | 15 | 4 | 67 | 106 |
| Binary | 11011101 | 10001111 | 10001001 | 0 | 100011 | 100110 | 1101 | 100 | 110111 | 1000110 |
Color Harmonies of #DD8F89
Complementary color
Monochromatic Colors of #DD8F89
Black with #DD8F89
Text Example
Text Example
White with #DD8F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F89; }
p { color: rgb(221,143,137); }
H1.HeaderClassName
{
color: #DD8F89;
}
.AnyTagClassName
{
color: #DD8F89;
}
</style>
background-color css
<style>
a { background-color: #DD8F89; }
a { background-color: rgb(221,143,137); }
div.DivClassName
{
background-color: #DD8F89;
}
.BgClassName
{
background-color: #DD8F89;
}
</style>
border-color css
<style>
span { border-color: #DD8F89; }
span { border-color: rgb(221,143,137); }
td.TdClassName
{
border-color: #DD8F89;
}
.TagClassName
{
border-color: #DD8F89;
}
</style>