Shades of Petite Orchid #D89D94
Tints of Petite Orchid #D89D94
RGB
CMYK
RGB Variations
Color information
#D89D94 (or 0xD89D94) is known color: Petite Orchid. HEX triplet: D8, 9D and 94. RGB value is (216,157,148). Sum of RGB (Red+Green+Blue) = 216+157+148=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89D94 is #27626B. Grayscale: #ADADAD. Windows color (decimal): -2581100 or 9739736. OLE color: 9739736.
HSL color Cylindrical-coordinate representation of color #D89D94: hue angle of 7.94º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D89D94 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 148 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.15 |
| HSL | 7.94º | 0.47% | 0.71% | - |
| HSV(B) | 7.94º | 0.31% | 0.85% | - |
| XYZ | 45.72 | 40.85 | 33.49 | - |
| YUV | 173.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 148 | 0 | 0.27 | 0.31 | 0.15 | 7.94 | 0.47 | 0.71 |
| Hex | D8 | 9D | 94 | 0 | 1B | 1F | F | 8 | 2F | 47 |
| Octal | 330 | 235 | 224 | 0 | 33 | 37 | 17 | 10 | 57 | 107 |
| Binary | 11011000 | 10011101 | 10010100 | 0 | 11011 | 11111 | 1111 | 1000 | 101111 | 1000111 |
Color Harmonies of #D89D94
Complementary color
Monochromatic Colors of #D89D94
Black with #D89D94
Text Example
Text Example
White with #D89D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D94; }
p { color: rgb(216,157,148); }
H1.HeaderClassName
{
color: #D89D94;
}
.AnyTagClassName
{
color: #D89D94;
}
</style>
background-color css
<style>
a { background-color: #D89D94; }
a { background-color: rgb(216,157,148); }
div.DivClassName
{
background-color: #D89D94;
}
.BgClassName
{
background-color: #D89D94;
}
</style>
border-color css
<style>
span { border-color: #D89D94; }
span { border-color: rgb(216,157,148); }
td.TdClassName
{
border-color: #D89D94;
}
.TagClassName
{
border-color: #D89D94;
}
</style>