Shades of Petite Orchid #D89B92
Tints of Petite Orchid #D89B92
RGB
CMYK
RGB Variations
Color information
#D89B92 (or 0xD89B92) is known color: Petite Orchid. HEX triplet: D8, 9B and 92. RGB value is (216,155,146). Sum of RGB (Red+Green+Blue) = 216+155+146=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89B92 is #27646D. Grayscale: #ACACAC. Windows color (decimal): -2581614 or 9608152. OLE color: 9608152.
HSL color Cylindrical-coordinate representation of color #D89B92: hue angle of 7.71º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D89B92 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 155 | 146 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.15 |
| HSL | 7.71º | 0.47% | 0.71% | - |
| HSV(B) | 7.71º | 0.32% | 0.85% | - |
| XYZ | 45.23 | 40.12 | 32.55 | - |
| YUV | 172.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 146 | 0 | 0.28 | 0.32 | 0.15 | 7.71 | 0.47 | 0.71 |
| Hex | D8 | 9B | 92 | 0 | 1C | 20 | F | 8 | 2F | 47 |
| Octal | 330 | 233 | 222 | 0 | 34 | 40 | 17 | 10 | 57 | 107 |
| Binary | 11011000 | 10011011 | 10010010 | 0 | 11100 | 100000 | 1111 | 1000 | 101111 | 1000111 |
Color Harmonies of #D89B92
Complementary color
Monochromatic Colors of #D89B92
Black with #D89B92
Text Example
Text Example
White with #D89B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89B92; }
p { color: rgb(216,155,146); }
H1.HeaderClassName
{
color: #D89B92;
}
.AnyTagClassName
{
color: #D89B92;
}
</style>
background-color css
<style>
a { background-color: #D89B92; }
a { background-color: rgb(216,155,146); }
div.DivClassName
{
background-color: #D89B92;
}
.BgClassName
{
background-color: #D89B92;
}
</style>
border-color css
<style>
span { border-color: #D89B92; }
span { border-color: rgb(216,155,146); }
td.TdClassName
{
border-color: #D89B92;
}
.TagClassName
{
border-color: #D89B92;
}
</style>