Shades of Petite Orchid #D89B8D
Tints of Petite Orchid #D89B8D
RGB
CMYK
RGB Variations
Color information
#D89B8D (or 0xD89B8D) is known color: Petite Orchid. HEX triplet: D8, 9B and 8D. RGB value is (216,155,141). Sum of RGB (Red+Green+Blue) = 216+155+141=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89B8D is #276472. Grayscale: #ABABAB. Windows color (decimal): -2581619 or 9280472. OLE color: 9280472.
HSL color Cylindrical-coordinate representation of color #D89B8D: hue angle of 11.2º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D89B8D is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 155 | 141 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.15 |
| HSL | 11.2º | 0.49% | 0.7% | - |
| HSV(B) | 11.2º | 0.35% | 0.85% | - |
| XYZ | 44.85 | 39.96 | 30.55 | - |
| YUV | 171.64 | 110.71 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 141 | 0 | 0.28 | 0.35 | 0.15 | 11.2 | 0.49 | 0.7 |
| Hex | D8 | 9B | 8D | 0 | 1C | 23 | F | B | 31 | 46 |
| Octal | 330 | 233 | 215 | 0 | 34 | 43 | 17 | 13 | 61 | 106 |
| Binary | 11011000 | 10011011 | 10001101 | 0 | 11100 | 100011 | 1111 | 1011 | 110001 | 1000110 |
Color Harmonies of #D89B8D
Complementary color
Monochromatic Colors of #D89B8D
Black with #D89B8D
Text Example
Text Example
White with #D89B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89B8D; }
p { color: rgb(216,155,141); }
H1.HeaderClassName
{
color: #D89B8D;
}
.AnyTagClassName
{
color: #D89B8D;
}
</style>
background-color css
<style>
a { background-color: #D89B8D; }
a { background-color: rgb(216,155,141); }
div.DivClassName
{
background-color: #D89B8D;
}
.BgClassName
{
background-color: #D89B8D;
}
</style>
border-color css
<style>
span { border-color: #D89B8D; }
span { border-color: rgb(216,155,141); }
td.TdClassName
{
border-color: #D89B8D;
}
.TagClassName
{
border-color: #D89B8D;
}
</style>