Shades of Petite Orchid #DB9693
Tints of Petite Orchid #DB9693
RGB
CMYK
RGB Variations
Color information
#DB9693 (or 0xDB9693) is known color: Petite Orchid. HEX triplet: DB, 96 and 93. RGB value is (219,150,147). Sum of RGB (Red+Green+Blue) = 219+150+147=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9693 is #24696C. Grayscale: #AAAAAA. Windows color (decimal): -2386285 or 9672411. OLE color: 9672411.
HSL color Cylindrical-coordinate representation of color #DB9693: hue angle of 2.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9693 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 147 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.14 |
| HSL | 2.5º | 0.5% | 0.72% | - |
| HSV(B) | 2.5º | 0.33% | 0.86% | - |
| XYZ | 45.39 | 38.98 | 32.74 | - |
| YUV | 170.29 | 114.86 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 147 | 0 | 0.32 | 0.33 | 0.14 | 2.5 | 0.5 | 0.72 |
| Hex | DB | 96 | 93 | 0 | 20 | 21 | E | 2 | 32 | 48 |
| Octal | 333 | 226 | 223 | 0 | 40 | 41 | 16 | 2 | 62 | 110 |
| Binary | 11011011 | 10010110 | 10010011 | 0 | 100000 | 100001 | 1110 | 10 | 110010 | 1001000 |
Color Harmonies of #DB9693
Complementary color
Monochromatic Colors of #DB9693
Black with #DB9693
Text Example
Text Example
White with #DB9693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9693; }
p { color: rgb(219,150,147); }
H1.HeaderClassName
{
color: #DB9693;
}
.AnyTagClassName
{
color: #DB9693;
}
</style>
background-color css
<style>
a { background-color: #DB9693; }
a { background-color: rgb(219,150,147); }
div.DivClassName
{
background-color: #DB9693;
}
.BgClassName
{
background-color: #DB9693;
}
</style>
border-color css
<style>
span { border-color: #DB9693; }
span { border-color: rgb(219,150,147); }
td.TdClassName
{
border-color: #DB9693;
}
.TagClassName
{
border-color: #DB9693;
}
</style>