Shades of Petite Orchid #DB9897
Tints of Petite Orchid #DB9897
RGB
CMYK
RGB Variations
Color information
#DB9897 (or 0xDB9897) is known color: Petite Orchid. HEX triplet: DB, 98 and 97. RGB value is (219,152,151). Sum of RGB (Red+Green+Blue) = 219+152+151=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9897 is #246768. Grayscale: #ABABAB. Windows color (decimal): -2385769 or 9935067. OLE color: 9935067.
HSL color Cylindrical-coordinate representation of color #DB9897: hue angle of 0.88º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB9897 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 151 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.14 |
| HSL | 0.88º | 0.49% | 0.73% | - |
| HSV(B) | 0.88º | 0.31% | 0.86% | - |
| XYZ | 46.03 | 39.75 | 34.52 | - |
| YUV | 171.92 | 116.2 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 151 | 0 | 0.31 | 0.31 | 0.14 | 0.88 | 0.49 | 0.73 |
| Hex | DB | 98 | 97 | 0 | 1F | 1F | E | 1 | 31 | 49 |
| Octal | 333 | 230 | 227 | 0 | 37 | 37 | 16 | 1 | 61 | 111 |
| Binary | 11011011 | 10011000 | 10010111 | 0 | 11111 | 11111 | 1110 | 1 | 110001 | 1001001 |
Color Harmonies of #DB9897
Complementary color
Monochromatic Colors of #DB9897
Black with #DB9897
Text Example
Text Example
White with #DB9897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9897; }
p { color: rgb(219,152,151); }
H1.HeaderClassName
{
color: #DB9897;
}
.AnyTagClassName
{
color: #DB9897;
}
</style>
background-color css
<style>
a { background-color: #DB9897; }
a { background-color: rgb(219,152,151); }
div.DivClassName
{
background-color: #DB9897;
}
.BgClassName
{
background-color: #DB9897;
}
</style>
border-color css
<style>
span { border-color: #DB9897; }
span { border-color: rgb(219,152,151); }
td.TdClassName
{
border-color: #DB9897;
}
.TagClassName
{
border-color: #DB9897;
}
</style>