Shades of Petite Orchid #D89C94
Tints of Petite Orchid #D89C94
RGB
CMYK
RGB Variations
Color information
#D89C94 (or 0xD89C94) is known color: Petite Orchid. HEX triplet: D8, 9C and 94. RGB value is (216,156,148). Sum of RGB (Red+Green+Blue) = 216+156+148=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89C94 is #27636B. Grayscale: #ADADAD. Windows color (decimal): -2581356 or 9739480. OLE color: 9739480.
HSL color Cylindrical-coordinate representation of color #D89C94: hue angle of 7.06º 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 #D89C94 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 148 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.15 |
| HSL | 7.06º | 0.47% | 0.71% | - |
| HSV(B) | 7.06º | 0.31% | 0.85% | - |
| XYZ | 45.55 | 40.51 | 33.44 | - |
| YUV | 173.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 148 | 0 | 0.28 | 0.31 | 0.15 | 7.06 | 0.47 | 0.71 |
| Hex | D8 | 9C | 94 | 0 | 1C | 1F | F | 7 | 2F | 47 |
| Octal | 330 | 234 | 224 | 0 | 34 | 37 | 17 | 7 | 57 | 107 |
| Binary | 11011000 | 10011100 | 10010100 | 0 | 11100 | 11111 | 1111 | 111 | 101111 | 1000111 |
Color Harmonies of #D89C94
Complementary color
Monochromatic Colors of #D89C94
Black with #D89C94
Text Example
Text Example
White with #D89C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C94; }
p { color: rgb(216,156,148); }
H1.HeaderClassName
{
color: #D89C94;
}
.AnyTagClassName
{
color: #D89C94;
}
</style>
background-color css
<style>
a { background-color: #D89C94; }
a { background-color: rgb(216,156,148); }
div.DivClassName
{
background-color: #D89C94;
}
.BgClassName
{
background-color: #D89C94;
}
</style>
border-color css
<style>
span { border-color: #D89C94; }
span { border-color: rgb(216,156,148); }
td.TdClassName
{
border-color: #D89C94;
}
.TagClassName
{
border-color: #D89C94;
}
</style>