Shades of Petite Orchid #DB958E
Tints of Petite Orchid #DB958E
RGB
CMYK
RGB Variations
Color information
#DB958E (or 0xDB958E) is known color: Petite Orchid. HEX triplet: DB, 95 and 8E. RGB value is (219,149,142). Sum of RGB (Red+Green+Blue) = 219+149+142=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB958E is #246A71. Grayscale: #A9A9A9. Windows color (decimal): -2386546 or 9344475. OLE color: 9344475.
HSL color Cylindrical-coordinate representation of color #DB958E: hue angle of 5.45º 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 #DB958E is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 142 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.14 |
| HSL | 5.45º | 0.52% | 0.71% | - |
| HSV(B) | 5.45º | 0.35% | 0.86% | - |
| XYZ | 44.84 | 38.51 | 30.66 | - |
| YUV | 169.13 | 112.69 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 142 | 0 | 0.32 | 0.35 | 0.14 | 5.45 | 0.52 | 0.71 |
| Hex | DB | 95 | 8E | 0 | 20 | 23 | E | 5 | 34 | 47 |
| Octal | 333 | 225 | 216 | 0 | 40 | 43 | 16 | 5 | 64 | 107 |
| Binary | 11011011 | 10010101 | 10001110 | 0 | 100000 | 100011 | 1110 | 101 | 110100 | 1000111 |
Color Harmonies of #DB958E
Complementary color
Monochromatic Colors of #DB958E
Black with #DB958E
Text Example
Text Example
White with #DB958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB958E; }
p { color: rgb(219,149,142); }
H1.HeaderClassName
{
color: #DB958E;
}
.AnyTagClassName
{
color: #DB958E;
}
</style>
background-color css
<style>
a { background-color: #DB958E; }
a { background-color: rgb(219,149,142); }
div.DivClassName
{
background-color: #DB958E;
}
.BgClassName
{
background-color: #DB958E;
}
</style>
border-color css
<style>
span { border-color: #DB958E; }
span { border-color: rgb(219,149,142); }
td.TdClassName
{
border-color: #DB958E;
}
.TagClassName
{
border-color: #DB958E;
}
</style>