Shades of Petite Orchid #DB978E
Tints of Petite Orchid #DB978E
RGB
CMYK
RGB Variations
Color information
#DB978E (or 0xDB978E) is known color: Petite Orchid. HEX triplet: DB, 97 and 8E. RGB value is (219,151,142). Sum of RGB (Red+Green+Blue) = 219+151+142=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB978E is #246871. Grayscale: #AAAAAA. Windows color (decimal): -2386034 or 9344987. OLE color: 9344987.
HSL color Cylindrical-coordinate representation of color #DB978E: hue angle of 7.01º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB978E is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 142 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.14 |
| HSL | 7.01º | 0.52% | 0.71% | - |
| HSV(B) | 7.01º | 0.35% | 0.86% | - |
| XYZ | 45.16 | 39.15 | 30.77 | - |
| YUV | 170.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 142 | 0 | 0.31 | 0.35 | 0.14 | 7.01 | 0.52 | 0.71 |
| Hex | DB | 97 | 8E | 0 | 1F | 23 | E | 7 | 34 | 47 |
| Octal | 333 | 227 | 216 | 0 | 37 | 43 | 16 | 7 | 64 | 107 |
| Binary | 11011011 | 10010111 | 10001110 | 0 | 11111 | 100011 | 1110 | 111 | 110100 | 1000111 |
Color Harmonies of #DB978E
Complementary color
Monochromatic Colors of #DB978E
Black with #DB978E
Text Example
Text Example
White with #DB978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB978E; }
p { color: rgb(219,151,142); }
H1.HeaderClassName
{
color: #DB978E;
}
.AnyTagClassName
{
color: #DB978E;
}
</style>
background-color css
<style>
a { background-color: #DB978E; }
a { background-color: rgb(219,151,142); }
div.DivClassName
{
background-color: #DB978E;
}
.BgClassName
{
background-color: #DB978E;
}
</style>
border-color css
<style>
span { border-color: #DB978E; }
span { border-color: rgb(219,151,142); }
td.TdClassName
{
border-color: #DB978E;
}
.TagClassName
{
border-color: #DB978E;
}
</style>