Shades of Petite Orchid #DB968E
Tints of Petite Orchid #DB968E
RGB
CMYK
RGB Variations
Color information
#DB968E (or 0xDB968E) is known color: Petite Orchid. HEX triplet: DB, 96 and 8E. RGB value is (219,150,142). Sum of RGB (Red+Green+Blue) = 219+150+142=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB968E is #246971. Grayscale: #A9A9A9. Windows color (decimal): -2386290 or 9344731. OLE color: 9344731.
HSL color Cylindrical-coordinate representation of color #DB968E: hue angle of 6.23º 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 #DB968E is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 142 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.14 |
| HSL | 6.23º | 0.52% | 0.71% | - |
| HSV(B) | 6.23º | 0.35% | 0.86% | - |
| XYZ | 45 | 38.83 | 30.71 | - |
| YUV | 169.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 142 | 0 | 0.32 | 0.35 | 0.14 | 6.23 | 0.52 | 0.71 |
| Hex | DB | 96 | 8E | 0 | 20 | 23 | E | 6 | 34 | 47 |
| Octal | 333 | 226 | 216 | 0 | 40 | 43 | 16 | 6 | 64 | 107 |
| Binary | 11011011 | 10010110 | 10001110 | 0 | 100000 | 100011 | 1110 | 110 | 110100 | 1000111 |
Color Harmonies of #DB968E
Complementary color
Monochromatic Colors of #DB968E
Black with #DB968E
Text Example
Text Example
White with #DB968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB968E; }
p { color: rgb(219,150,142); }
H1.HeaderClassName
{
color: #DB968E;
}
.AnyTagClassName
{
color: #DB968E;
}
</style>
background-color css
<style>
a { background-color: #DB968E; }
a { background-color: rgb(219,150,142); }
div.DivClassName
{
background-color: #DB968E;
}
.BgClassName
{
background-color: #DB968E;
}
</style>
border-color css
<style>
span { border-color: #DB968E; }
span { border-color: rgb(219,150,142); }
td.TdClassName
{
border-color: #DB968E;
}
.TagClassName
{
border-color: #DB968E;
}
</style>