Shades of Petite Orchid #DB9995
Tints of Petite Orchid #DB9995
RGB
CMYK
RGB Variations
Color information
#DB9995 (or 0xDB9995) is known color: Petite Orchid. HEX triplet: DB, 99 and 95. RGB value is (219,153,149). Sum of RGB (Red+Green+Blue) = 219+153+149=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9995 is #24666A. Grayscale: #ACACAC. Windows color (decimal): -2385515 or 9804251. OLE color: 9804251.
HSL color Cylindrical-coordinate representation of color #DB9995: hue angle of 3.43º 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 #DB9995 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 149 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.14 |
| HSL | 3.43º | 0.49% | 0.72% | - |
| HSV(B) | 3.43º | 0.32% | 0.86% | - |
| XYZ | 46.03 | 40.01 | 33.73 | - |
| YUV | 172.28 | 114.87 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 149 | 0 | 0.30 | 0.32 | 0.14 | 3.43 | 0.49 | 0.72 |
| Hex | DB | 99 | 95 | 0 | 1E | 20 | E | 3 | 31 | 48 |
| Octal | 333 | 231 | 225 | 0 | 36 | 40 | 16 | 3 | 61 | 110 |
| Binary | 11011011 | 10011001 | 10010101 | 0 | 11110 | 100000 | 1110 | 11 | 110001 | 1001000 |
Color Harmonies of #DB9995
Complementary color
Monochromatic Colors of #DB9995
Black with #DB9995
Text Example
Text Example
White with #DB9995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9995; }
p { color: rgb(219,153,149); }
H1.HeaderClassName
{
color: #DB9995;
}
.AnyTagClassName
{
color: #DB9995;
}
</style>
background-color css
<style>
a { background-color: #DB9995; }
a { background-color: rgb(219,153,149); }
div.DivClassName
{
background-color: #DB9995;
}
.BgClassName
{
background-color: #DB9995;
}
</style>
border-color css
<style>
span { border-color: #DB9995; }
span { border-color: rgb(219,153,149); }
td.TdClassName
{
border-color: #DB9995;
}
.TagClassName
{
border-color: #DB9995;
}
</style>