Shades of Petite Orchid #DB918B
Tints of Petite Orchid #DB918B
RGB
CMYK
RGB Variations
Color information
#DB918B (or 0xDB918B) is known color: Petite Orchid. HEX triplet: DB, 91 and 8B. RGB value is (219,145,139). Sum of RGB (Red+Green+Blue) = 219+145+139=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB918B is #246E74. Grayscale: #A6A6A6. Windows color (decimal): -2387573 or 9146843. OLE color: 9146843.
HSL color Cylindrical-coordinate representation of color #DB918B: hue angle of 4.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB918B is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 139 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.14 |
| HSL | 4.5º | 0.53% | 0.7% | - |
| HSV(B) | 4.5º | 0.37% | 0.86% | - |
| XYZ | 44 | 37.17 | 29.28 | - |
| YUV | 166.44 | 112.52 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 139 | 0 | 0.34 | 0.37 | 0.14 | 4.5 | 0.53 | 0.7 |
| Hex | DB | 91 | 8B | 0 | 22 | 25 | E | 4 | 35 | 46 |
| Octal | 333 | 221 | 213 | 0 | 42 | 45 | 16 | 4 | 65 | 106 |
| Binary | 11011011 | 10010001 | 10001011 | 0 | 100010 | 100101 | 1110 | 100 | 110101 | 1000110 |
Color Harmonies of #DB918B
Complementary color
Monochromatic Colors of #DB918B
Black with #DB918B
Text Example
Text Example
White with #DB918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB918B; }
p { color: rgb(219,145,139); }
H1.HeaderClassName
{
color: #DB918B;
}
.AnyTagClassName
{
color: #DB918B;
}
</style>
background-color css
<style>
a { background-color: #DB918B; }
a { background-color: rgb(219,145,139); }
div.DivClassName
{
background-color: #DB918B;
}
.BgClassName
{
background-color: #DB918B;
}
</style>
border-color css
<style>
span { border-color: #DB918B; }
span { border-color: rgb(219,145,139); }
td.TdClassName
{
border-color: #DB918B;
}
.TagClassName
{
border-color: #DB918B;
}
</style>