Shades of Petite Orchid #DB9797
Tints of Petite Orchid #DB9797
RGB
CMYK
RGB Variations
Color information
#DB9797 (or 0xDB9797) is known color: Petite Orchid. HEX triplet: DB, 97 and 97. RGB value is (219,151,151). Sum of RGB (Red+Green+Blue) = 219+151+151=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9797 is #246868. Grayscale: #ABABAB. Windows color (decimal): -2386025 or 9934811. OLE color: 9934811.
HSL color Cylindrical-coordinate representation of color #DB9797: hue angle of 0º 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 #DB9797 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 151 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.14 |
| HSL | 0º | 0.49% | 0.73% | - |
| HSV(B) | 0º | 0.31% | 0.86% | - |
| XYZ | 45.87 | 39.43 | 34.47 | - |
| YUV | 171.33 | 116.53 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 151 | 0 | 0.31 | 0.31 | 0.14 | 0 | 0.49 | 0.73 |
| Hex | DB | 97 | 97 | 0 | 1F | 1F | E | 0 | 31 | 49 |
| Octal | 333 | 227 | 227 | 0 | 37 | 37 | 16 | 0 | 61 | 111 |
| Binary | 11011011 | 10010111 | 10010111 | 0 | 11111 | 11111 | 1110 | 0 | 110001 | 1001001 |
Color Harmonies of #DB9797
Complementary color
Monochromatic Colors of #DB9797
Black with #DB9797
Text Example
Text Example
White with #DB9797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9797; }
p { color: rgb(219,151,151); }
H1.HeaderClassName
{
color: #DB9797;
}
.AnyTagClassName
{
color: #DB9797;
}
</style>
background-color css
<style>
a { background-color: #DB9797; }
a { background-color: rgb(219,151,151); }
div.DivClassName
{
background-color: #DB9797;
}
.BgClassName
{
background-color: #DB9797;
}
</style>
border-color css
<style>
span { border-color: #DB9797; }
span { border-color: rgb(219,151,151); }
td.TdClassName
{
border-color: #DB9797;
}
.TagClassName
{
border-color: #DB9797;
}
</style>