Shades of Petite Orchid #DB9A9A
Tints of Petite Orchid #DB9A9A
RGB
CMYK
RGB Variations
Color information
#DB9A9A (or 0xDB9A9A) is known color: Petite Orchid. HEX triplet: DB, 9A and 9A. RGB value is (219,154,154). Sum of RGB (Red+Green+Blue) = 219+154+154=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A9A is #246565. Grayscale: #ADADAD. Windows color (decimal): -2385254 or 10132187. OLE color: 10132187.
HSL color Cylindrical-coordinate representation of color #DB9A9A: hue angle of 0º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9A9A is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 154 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.14 |
| HSL | 0º | 0.47% | 0.73% | - |
| HSV(B) | 0º | 0.3% | 0.86% | - |
| XYZ | 46.6 | 40.5 | 35.93 | - |
| YUV | 173.44 | 117.03 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 154 | 0 | 0.30 | 0.30 | 0.14 | 0 | 0.47 | 0.73 |
| Hex | DB | 9A | 9A | 0 | 1E | 1E | E | 0 | 2F | 49 |
| Octal | 333 | 232 | 232 | 0 | 36 | 36 | 16 | 0 | 57 | 111 |
| Binary | 11011011 | 10011010 | 10011010 | 0 | 11110 | 11110 | 1110 | 0 | 101111 | 1001001 |
Color Harmonies of #DB9A9A
Complementary color
Monochromatic Colors of #DB9A9A
Black with #DB9A9A
Text Example
Text Example
White with #DB9A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A9A; }
p { color: rgb(219,154,154); }
H1.HeaderClassName
{
color: #DB9A9A;
}
.AnyTagClassName
{
color: #DB9A9A;
}
</style>
background-color css
<style>
a { background-color: #DB9A9A; }
a { background-color: rgb(219,154,154); }
div.DivClassName
{
background-color: #DB9A9A;
}
.BgClassName
{
background-color: #DB9A9A;
}
</style>
border-color css
<style>
span { border-color: #DB9A9A; }
span { border-color: rgb(219,154,154); }
td.TdClassName
{
border-color: #DB9A9A;
}
.TagClassName
{
border-color: #DB9A9A;
}
</style>