Shades of Petite Orchid #DB9292
Tints of Petite Orchid #DB9292
RGB
CMYK
RGB Variations
Color information
#DB9292 (or 0xDB9292) is known color: Petite Orchid. HEX triplet: DB, 92 and 92. RGB value is (219,146,146). Sum of RGB (Red+Green+Blue) = 219+146+146=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9292 is #246D6D. Grayscale: #A7A7A7. Windows color (decimal): -2387310 or 9605851. OLE color: 9605851.
HSL color Cylindrical-coordinate representation of color #DB9292: hue angle of 0º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9292 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 146 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.14 |
| HSL | 0º | 0.5% | 0.72% | - |
| HSV(B) | 0º | 0.33% | 0.86% | - |
| XYZ | 44.68 | 37.69 | 32.11 | - |
| YUV | 167.83 | 115.68 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 146 | 0 | 0.33 | 0.33 | 0.14 | 0 | 0.5 | 0.72 |
| Hex | DB | 92 | 92 | 0 | 21 | 21 | E | 0 | 32 | 48 |
| Octal | 333 | 222 | 222 | 0 | 41 | 41 | 16 | 0 | 62 | 110 |
| Binary | 11011011 | 10010010 | 10010010 | 0 | 100001 | 100001 | 1110 | 0 | 110010 | 1001000 |
Color Harmonies of #DB9292
Complementary color
Monochromatic Colors of #DB9292
Black with #DB9292
Text Example
Text Example
White with #DB9292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9292; }
p { color: rgb(219,146,146); }
H1.HeaderClassName
{
color: #DB9292;
}
.AnyTagClassName
{
color: #DB9292;
}
</style>
background-color css
<style>
a { background-color: #DB9292; }
a { background-color: rgb(219,146,146); }
div.DivClassName
{
background-color: #DB9292;
}
.BgClassName
{
background-color: #DB9292;
}
</style>
border-color css
<style>
span { border-color: #DB9292; }
span { border-color: rgb(219,146,146); }
td.TdClassName
{
border-color: #DB9292;
}
.TagClassName
{
border-color: #DB9292;
}
</style>