Shades of Petite Orchid #DB968B
Tints of Petite Orchid #DB968B
RGB
CMYK
RGB Variations
Color information
#DB968B (or 0xDB968B) is known color: Petite Orchid. HEX triplet: DB, 96 and 8B. RGB value is (219,150,139). Sum of RGB (Red+Green+Blue) = 219+150+139=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB968B is #246974. Grayscale: #A9A9A9. Windows color (decimal): -2386293 or 9148123. OLE color: 9148123.
HSL color Cylindrical-coordinate representation of color #DB968B: hue angle of 8.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB968B is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 139 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.14 |
| HSL | 8.25º | 0.53% | 0.7% | - |
| HSV(B) | 8.25º | 0.37% | 0.86% | - |
| XYZ | 44.78 | 38.74 | 29.54 | - |
| YUV | 169.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 139 | 0 | 0.32 | 0.37 | 0.14 | 8.25 | 0.53 | 0.7 |
| Hex | DB | 96 | 8B | 0 | 20 | 25 | E | 8 | 35 | 46 |
| Octal | 333 | 226 | 213 | 0 | 40 | 45 | 16 | 10 | 65 | 106 |
| Binary | 11011011 | 10010110 | 10001011 | 0 | 100000 | 100101 | 1110 | 1000 | 110101 | 1000110 |
Color Harmonies of #DB968B
Complementary color
Monochromatic Colors of #DB968B
Black with #DB968B
Text Example
Text Example
White with #DB968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB968B; }
p { color: rgb(219,150,139); }
H1.HeaderClassName
{
color: #DB968B;
}
.AnyTagClassName
{
color: #DB968B;
}
</style>
background-color css
<style>
a { background-color: #DB968B; }
a { background-color: rgb(219,150,139); }
div.DivClassName
{
background-color: #DB968B;
}
.BgClassName
{
background-color: #DB968B;
}
</style>
border-color css
<style>
span { border-color: #DB968B; }
span { border-color: rgb(219,150,139); }
td.TdClassName
{
border-color: #DB968B;
}
.TagClassName
{
border-color: #DB968B;
}
</style>