Shades of Petite Orchid #DB9695
Tints of Petite Orchid #DB9695
RGB
CMYK
RGB Variations
Color information
#DB9695 (or 0xDB9695) is known color: Petite Orchid. HEX triplet: DB, 96 and 95. RGB value is (219,150,149). Sum of RGB (Red+Green+Blue) = 219+150+149=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9695 is #24696A. Grayscale: #AAAAAA. Windows color (decimal): -2386283 or 9803483. OLE color: 9803483.
HSL color Cylindrical-coordinate representation of color #DB9695: hue angle of 0.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB9695 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 149 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.14 |
| HSL | 0.86º | 0.49% | 0.72% | - |
| HSV(B) | 0.86º | 0.32% | 0.86% | - |
| XYZ | 45.54 | 39.04 | 33.57 | - |
| YUV | 170.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 149 | 0 | 0.32 | 0.32 | 0.14 | 0.86 | 0.49 | 0.72 |
| Hex | DB | 96 | 95 | 0 | 20 | 20 | E | 1 | 31 | 48 |
| Octal | 333 | 226 | 225 | 0 | 40 | 40 | 16 | 1 | 61 | 110 |
| Binary | 11011011 | 10010110 | 10010101 | 0 | 100000 | 100000 | 1110 | 1 | 110001 | 1001000 |
Color Harmonies of #DB9695
Complementary color
Monochromatic Colors of #DB9695
Black with #DB9695
Text Example
Text Example
White with #DB9695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9695; }
p { color: rgb(219,150,149); }
H1.HeaderClassName
{
color: #DB9695;
}
.AnyTagClassName
{
color: #DB9695;
}
</style>
background-color css
<style>
a { background-color: #DB9695; }
a { background-color: rgb(219,150,149); }
div.DivClassName
{
background-color: #DB9695;
}
.BgClassName
{
background-color: #DB9695;
}
</style>
border-color css
<style>
span { border-color: #DB9695; }
span { border-color: rgb(219,150,149); }
td.TdClassName
{
border-color: #DB9695;
}
.TagClassName
{
border-color: #DB9695;
}
</style>