Shades of Petite Orchid #D89488
Tints of Petite Orchid #D89488
RGB
CMYK
RGB Variations
Color information
#D89488 (or 0xD89488) is known color: Petite Orchid. HEX triplet: D8, 94 and 88. RGB value is (216,148,136). Sum of RGB (Red+Green+Blue) = 216+148+136=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D89488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89488 is #276B77. Grayscale: #A7A7A7. Windows color (decimal): -2583416 or 8951000. OLE color: 8951000.
HSL color Cylindrical-coordinate representation of color #D89488: hue angle of 9º 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 #D89488 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 136 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.15 |
| HSL | 9º | 0.51% | 0.69% | - |
| HSV(B) | 9º | 0.37% | 0.85% | - |
| XYZ | 43.35 | 37.56 | 28.26 | - |
| YUV | 166.96 | 110.53 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 136 | 0 | 0.31 | 0.37 | 0.15 | 9 | 0.51 | 0.69 |
| Hex | D8 | 94 | 88 | 0 | 1F | 25 | F | 9 | 33 | 45 |
| Octal | 330 | 224 | 210 | 0 | 37 | 45 | 17 | 11 | 63 | 105 |
| Binary | 11011000 | 10010100 | 10001000 | 0 | 11111 | 100101 | 1111 | 1001 | 110011 | 1000101 |
Color Harmonies of #D89488
Complementary color
Monochromatic Colors of #D89488
Black with #D89488
Text Example
Text Example
White with #D89488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89488; }
p { color: rgb(216,148,136); }
H1.HeaderClassName
{
color: #D89488;
}
.AnyTagClassName
{
color: #D89488;
}
</style>
background-color css
<style>
a { background-color: #D89488; }
a { background-color: rgb(216,148,136); }
div.DivClassName
{
background-color: #D89488;
}
.BgClassName
{
background-color: #D89488;
}
</style>
border-color css
<style>
span { border-color: #D89488; }
span { border-color: rgb(216,148,136); }
td.TdClassName
{
border-color: #D89488;
}
.TagClassName
{
border-color: #D89488;
}
</style>