Shades of Petite Orchid #D89898
Tints of Petite Orchid #D89898
RGB
CMYK
RGB Variations
Color information
#D89898 (or 0xD89898) is known color: Petite Orchid. HEX triplet: D8, 98 and 98. RGB value is (216,152,152). Sum of RGB (Red+Green+Blue) = 216+152+152=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D89898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89898 is #276767. Grayscale: #ABABAB. Windows color (decimal): -2582376 or 10000600. OLE color: 10000600.
HSL color Cylindrical-coordinate representation of color #D89898: hue angle of 0º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D89898 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 152 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.15 |
| HSL | 0º | 0.45% | 0.72% | - |
| HSV(B) | 0º | 0.3% | 0.85% | - |
| XYZ | 45.21 | 39.32 | 34.91 | - |
| YUV | 171.14 | 117.2 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 152 | 0 | 0.30 | 0.30 | 0.15 | 0 | 0.45 | 0.72 |
| Hex | D8 | 98 | 98 | 0 | 1E | 1E | F | 0 | 2D | 48 |
| Octal | 330 | 230 | 230 | 0 | 36 | 36 | 17 | 0 | 55 | 110 |
| Binary | 11011000 | 10011000 | 10011000 | 0 | 11110 | 11110 | 1111 | 0 | 101101 | 1001000 |
Color Harmonies of #D89898
Complementary color
Monochromatic Colors of #D89898
Black with #D89898
Text Example
Text Example
White with #D89898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89898; }
p { color: rgb(216,152,152); }
H1.HeaderClassName
{
color: #D89898;
}
.AnyTagClassName
{
color: #D89898;
}
</style>
background-color css
<style>
a { background-color: #D89898; }
a { background-color: rgb(216,152,152); }
div.DivClassName
{
background-color: #D89898;
}
.BgClassName
{
background-color: #D89898;
}
</style>
border-color css
<style>
span { border-color: #D89898; }
span { border-color: rgb(216,152,152); }
td.TdClassName
{
border-color: #D89898;
}
.TagClassName
{
border-color: #D89898;
}
</style>