Shades of Petite Orchid #D99B89
Tints of Petite Orchid #D99B89
RGB
CMYK
RGB Variations
Color information
#D99B89 (or 0xD99B89) is known color: Petite Orchid. HEX triplet: D9, 9B and 89. RGB value is (217,155,137). Sum of RGB (Red+Green+Blue) = 217+155+137=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99B89 is #266476. Grayscale: #ABABAB. Windows color (decimal): -2516087 or 9018329. OLE color: 9018329.
HSL color Cylindrical-coordinate representation of color #D99B89: hue angle of 13.5º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D99B89 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 137 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.15 |
| HSL | 13.5º | 0.51% | 0.69% | - |
| HSV(B) | 13.5º | 0.37% | 0.85% | - |
| XYZ | 44.85 | 40 | 29.02 | - |
| YUV | 171.49 | 108.54 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 137 | 0 | 0.29 | 0.37 | 0.15 | 13.5 | 0.51 | 0.69 |
| Hex | D9 | 9B | 89 | 0 | 1D | 25 | F | E | 33 | 45 |
| Octal | 331 | 233 | 211 | 0 | 35 | 45 | 17 | 16 | 63 | 105 |
| Binary | 11011001 | 10011011 | 10001001 | 0 | 11101 | 100101 | 1111 | 1110 | 110011 | 1000101 |
Color Harmonies of #D99B89
Complementary color
Monochromatic Colors of #D99B89
Black with #D99B89
Text Example
Text Example
White with #D99B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99B89; }
p { color: rgb(217,155,137); }
H1.HeaderClassName
{
color: #D99B89;
}
.AnyTagClassName
{
color: #D99B89;
}
</style>
background-color css
<style>
a { background-color: #D99B89; }
a { background-color: rgb(217,155,137); }
div.DivClassName
{
background-color: #D99B89;
}
.BgClassName
{
background-color: #D99B89;
}
</style>
border-color css
<style>
span { border-color: #D99B89; }
span { border-color: rgb(217,155,137); }
td.TdClassName
{
border-color: #D99B89;
}
.TagClassName
{
border-color: #D99B89;
}
</style>