Shades of Petite Orchid #DB9993
Tints of Petite Orchid #DB9993
RGB
CMYK
RGB Variations
Color information
#DB9993 (or 0xDB9993) is known color: Petite Orchid. HEX triplet: DB, 99 and 93. RGB value is (219,153,147). Sum of RGB (Red+Green+Blue) = 219+153+147=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9993 is #24666C. Grayscale: #ACACAC. Windows color (decimal): -2385517 or 9673179. OLE color: 9673179.
HSL color Cylindrical-coordinate representation of color #DB9993: hue angle of 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 #DB9993 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 147 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.14 |
| HSL | 5º | 0.5% | 0.72% | - |
| HSV(B) | 5º | 0.33% | 0.86% | - |
| XYZ | 45.87 | 39.95 | 32.9 | - |
| YUV | 172.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 147 | 0 | 0.30 | 0.33 | 0.14 | 5 | 0.5 | 0.72 |
| Hex | DB | 99 | 93 | 0 | 1E | 21 | E | 5 | 32 | 48 |
| Octal | 333 | 231 | 223 | 0 | 36 | 41 | 16 | 5 | 62 | 110 |
| Binary | 11011011 | 10011001 | 10010011 | 0 | 11110 | 100001 | 1110 | 101 | 110010 | 1001000 |
Color Harmonies of #DB9993
Complementary color
Monochromatic Colors of #DB9993
Black with #DB9993
Text Example
Text Example
White with #DB9993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9993; }
p { color: rgb(219,153,147); }
H1.HeaderClassName
{
color: #DB9993;
}
.AnyTagClassName
{
color: #DB9993;
}
</style>
background-color css
<style>
a { background-color: #DB9993; }
a { background-color: rgb(219,153,147); }
div.DivClassName
{
background-color: #DB9993;
}
.BgClassName
{
background-color: #DB9993;
}
</style>
border-color css
<style>
span { border-color: #DB9993; }
span { border-color: rgb(219,153,147); }
td.TdClassName
{
border-color: #DB9993;
}
.TagClassName
{
border-color: #DB9993;
}
</style>