Shades of Petite Orchid #DB9A8A
Tints of Petite Orchid #DB9A8A
RGB
CMYK
RGB Variations
Color information
#DB9A8A (or 0xDB9A8A) is known color: Petite Orchid. HEX triplet: DB, 9A and 8A. RGB value is (219,154,138). Sum of RGB (Red+Green+Blue) = 219+154+138=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A8A is #246575. Grayscale: #ABABAB. Windows color (decimal): -2385270 or 9083611. OLE color: 9083611.
HSL color Cylindrical-coordinate representation of color #DB9A8A: hue angle of 11.85º 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 #DB9A8A is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 138 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.14 |
| HSL | 11.85º | 0.53% | 0.7% | - |
| HSV(B) | 11.85º | 0.37% | 0.86% | - |
| XYZ | 45.36 | 40.01 | 29.38 | - |
| YUV | 171.61 | 109.03 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 138 | 0 | 0.30 | 0.37 | 0.14 | 11.85 | 0.53 | 0.7 |
| Hex | DB | 9A | 8A | 0 | 1E | 25 | E | C | 35 | 46 |
| Octal | 333 | 232 | 212 | 0 | 36 | 45 | 16 | 14 | 65 | 106 |
| Binary | 11011011 | 10011010 | 10001010 | 0 | 11110 | 100101 | 1110 | 1100 | 110101 | 1000110 |
Color Harmonies of #DB9A8A
Complementary color
Monochromatic Colors of #DB9A8A
Black with #DB9A8A
Text Example
Text Example
White with #DB9A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A8A; }
p { color: rgb(219,154,138); }
H1.HeaderClassName
{
color: #DB9A8A;
}
.AnyTagClassName
{
color: #DB9A8A;
}
</style>
background-color css
<style>
a { background-color: #DB9A8A; }
a { background-color: rgb(219,154,138); }
div.DivClassName
{
background-color: #DB9A8A;
}
.BgClassName
{
background-color: #DB9A8A;
}
</style>
border-color css
<style>
span { border-color: #DB9A8A; }
span { border-color: rgb(219,154,138); }
td.TdClassName
{
border-color: #DB9A8A;
}
.TagClassName
{
border-color: #DB9A8A;
}
</style>