Shades of Petite Orchid #DB9E9A
Tints of Petite Orchid #DB9E9A
RGB
CMYK
RGB Variations
Color information
#DB9E9A (or 0xDB9E9A) is known color: Petite Orchid. HEX triplet: DB, 9E and 9A. RGB value is (219,158,154). Sum of RGB (Red+Green+Blue) = 219+158+154=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9E9A is #246165. Grayscale: #AFAFAF. Windows color (decimal): -2384230 or 10133211. OLE color: 10133211.
HSL color Cylindrical-coordinate representation of color #DB9E9A: hue angle of 3.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9E9A is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 154 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.14 |
| HSL | 3.69º | 0.47% | 0.73% | - |
| HSV(B) | 3.69º | 0.3% | 0.86% | - |
| XYZ | 47.27 | 41.85 | 36.16 | - |
| YUV | 175.78 | 115.71 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 154 | 0 | 0.28 | 0.30 | 0.14 | 3.69 | 0.47 | 0.73 |
| Hex | DB | 9E | 9A | 0 | 1C | 1E | E | 4 | 2F | 49 |
| Octal | 333 | 236 | 232 | 0 | 34 | 36 | 16 | 4 | 57 | 111 |
| Binary | 11011011 | 10011110 | 10011010 | 0 | 11100 | 11110 | 1110 | 100 | 101111 | 1001001 |
Color Harmonies of #DB9E9A
Complementary color
Monochromatic Colors of #DB9E9A
Black with #DB9E9A
Text Example
Text Example
White with #DB9E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E9A; }
p { color: rgb(219,158,154); }
H1.HeaderClassName
{
color: #DB9E9A;
}
.AnyTagClassName
{
color: #DB9E9A;
}
</style>
background-color css
<style>
a { background-color: #DB9E9A; }
a { background-color: rgb(219,158,154); }
div.DivClassName
{
background-color: #DB9E9A;
}
.BgClassName
{
background-color: #DB9E9A;
}
</style>
border-color css
<style>
span { border-color: #DB9E9A; }
span { border-color: rgb(219,158,154); }
td.TdClassName
{
border-color: #DB9E9A;
}
.TagClassName
{
border-color: #DB9E9A;
}
</style>