Shades of Petite Orchid #D89892
Tints of Petite Orchid #D89892
RGB
CMYK
RGB Variations
Color information
#D89892 (or 0xD89892) is known color: Petite Orchid. HEX triplet: D8, 98 and 92. RGB value is (216,152,146). Sum of RGB (Red+Green+Blue) = 216+152+146=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D89892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89892 is #27676D. Grayscale: #AAAAAA. Windows color (decimal): -2582382 or 9607384. OLE color: 9607384.
HSL color Cylindrical-coordinate representation of color #D89892: hue angle of 5.14º 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 #D89892 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 146 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.15 |
| HSL | 5.14º | 0.47% | 0.71% | - |
| HSV(B) | 5.14º | 0.32% | 0.85% | - |
| XYZ | 44.74 | 39.13 | 32.39 | - |
| YUV | 170.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 146 | 0 | 0.30 | 0.32 | 0.15 | 5.14 | 0.47 | 0.71 |
| Hex | D8 | 98 | 92 | 0 | 1E | 20 | F | 5 | 2F | 47 |
| Octal | 330 | 230 | 222 | 0 | 36 | 40 | 17 | 5 | 57 | 107 |
| Binary | 11011000 | 10011000 | 10010010 | 0 | 11110 | 100000 | 1111 | 101 | 101111 | 1000111 |
Color Harmonies of #D89892
Complementary color
Monochromatic Colors of #D89892
Black with #D89892
Text Example
Text Example
White with #D89892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89892; }
p { color: rgb(216,152,146); }
H1.HeaderClassName
{
color: #D89892;
}
.AnyTagClassName
{
color: #D89892;
}
</style>
background-color css
<style>
a { background-color: #D89892; }
a { background-color: rgb(216,152,146); }
div.DivClassName
{
background-color: #D89892;
}
.BgClassName
{
background-color: #D89892;
}
</style>
border-color css
<style>
span { border-color: #D89892; }
span { border-color: rgb(216,152,146); }
td.TdClassName
{
border-color: #D89892;
}
.TagClassName
{
border-color: #D89892;
}
</style>