Shades of Petite Orchid #DB968C
Tints of Petite Orchid #DB968C
RGB
CMYK
RGB Variations
Color information
#DB968C (or 0xDB968C) is known color: Petite Orchid. HEX triplet: DB, 96 and 8C. RGB value is (219,150,140). Sum of RGB (Red+Green+Blue) = 219+150+140=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB968C is #246973. Grayscale: #A9A9A9. Windows color (decimal): -2386292 or 9213659. OLE color: 9213659.
HSL color Cylindrical-coordinate representation of color #DB968C: hue angle of 7.59º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB968C is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 140 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.14 |
| HSL | 7.59º | 0.52% | 0.7% | - |
| HSV(B) | 7.59º | 0.36% | 0.86% | - |
| XYZ | 44.85 | 38.77 | 29.93 | - |
| YUV | 169.49 | 111.36 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 140 | 0 | 0.32 | 0.36 | 0.14 | 7.59 | 0.52 | 0.7 |
| Hex | DB | 96 | 8C | 0 | 20 | 24 | E | 8 | 34 | 46 |
| Octal | 333 | 226 | 214 | 0 | 40 | 44 | 16 | 10 | 64 | 106 |
| Binary | 11011011 | 10010110 | 10001100 | 0 | 100000 | 100100 | 1110 | 1000 | 110100 | 1000110 |
Color Harmonies of #DB968C
Complementary color
Monochromatic Colors of #DB968C
Black with #DB968C
Text Example
Text Example
White with #DB968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB968C; }
p { color: rgb(219,150,140); }
H1.HeaderClassName
{
color: #DB968C;
}
.AnyTagClassName
{
color: #DB968C;
}
</style>
background-color css
<style>
a { background-color: #DB968C; }
a { background-color: rgb(219,150,140); }
div.DivClassName
{
background-color: #DB968C;
}
.BgClassName
{
background-color: #DB968C;
}
</style>
border-color css
<style>
span { border-color: #DB968C; }
span { border-color: rgb(219,150,140); }
td.TdClassName
{
border-color: #DB968C;
}
.TagClassName
{
border-color: #DB968C;
}
</style>