Shades of Petite Orchid #DB9595
Tints of Petite Orchid #DB9595
RGB
CMYK
RGB Variations
Color information
#DB9595 (or 0xDB9595) is known color: Petite Orchid. HEX triplet: DB, 95 and 95. RGB value is (219,149,149). Sum of RGB (Red+Green+Blue) = 219+149+149=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9595 is #246A6A. Grayscale: #AAAAAA. Windows color (decimal): -2386539 or 9803227. OLE color: 9803227.
HSL color Cylindrical-coordinate representation of color #DB9595: hue angle of 0º 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 #DB9595 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 149 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.14 |
| HSL | 0º | 0.49% | 0.72% | - |
| HSV(B) | 0º | 0.32% | 0.86% | - |
| XYZ | 45.39 | 38.72 | 33.52 | - |
| YUV | 169.93 | 116.19 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 149 | 0 | 0.32 | 0.32 | 0.14 | 0 | 0.49 | 0.72 |
| Hex | DB | 95 | 95 | 0 | 20 | 20 | E | 0 | 31 | 48 |
| Octal | 333 | 225 | 225 | 0 | 40 | 40 | 16 | 0 | 61 | 110 |
| Binary | 11011011 | 10010101 | 10010101 | 0 | 100000 | 100000 | 1110 | 0 | 110001 | 1001000 |
Color Harmonies of #DB9595
Complementary color
Monochromatic Colors of #DB9595
Black with #DB9595
Text Example
Text Example
White with #DB9595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9595; }
p { color: rgb(219,149,149); }
H1.HeaderClassName
{
color: #DB9595;
}
.AnyTagClassName
{
color: #DB9595;
}
</style>
background-color css
<style>
a { background-color: #DB9595; }
a { background-color: rgb(219,149,149); }
div.DivClassName
{
background-color: #DB9595;
}
.BgClassName
{
background-color: #DB9595;
}
</style>
border-color css
<style>
span { border-color: #DB9595; }
span { border-color: rgb(219,149,149); }
td.TdClassName
{
border-color: #DB9595;
}
.TagClassName
{
border-color: #DB9595;
}
</style>