#DB9089

Color #DB9089 Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #DB9089

Tints of Petite Orchid #DB9089

Color information

#DB9089 (or 0xDB9089) is unknown color: approx Petite Orchid. HEX triplet: DB, 90 and 89. RGB value is (219,144,137). Sum of RGB (Red+Green+Blue) = 219+144+137=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9089 is #246F76. Grayscale: #A5A5A5. Windows color (decimal): -2387831 or 9015515. OLE color: 9015515.

HSL color Cylindrical-coordinate representation of color #DB9089: hue angle of 5.12º 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 #DB9089 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB219144137-
CMYK00.340.370.14
HSL5.12º53.25%69.8%-
HSV(B)5.12º37.44%85.88%-
XYZ43.736.8128.47-
YUV165.63111.85166.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 43.8%
GREEN value IS 144 (56.64% from 255) = 28.8%
BLUE value IS 137 (53.91% from 255) = 27.4%
R=43.8%
G=28.8%
B=27.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914413700.340.370.145.1253.2569.8
HexDB908902225E53546
Octal3332202110424516565106
Binary110110111001000010001001010001010010111101011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9089; }

 p { color: rgb(219,144,137); }

 H1.HeaderClassName
 {
   color: #DB9089;
 }
 .AnyTagClassName
 {
   color: #DB9089;
 }
</style>
background-color css

<style>
 a { background-color: #DB9089; }

 a { background-color: rgb(219,144,137); }

 div.DivClassName
 {
   background-color: #DB9089;
 }
 .BgClassName
 {
   background-color: #DB9089;
 }
</style>
border-color css

<style>
 span { border-color: #DB9089; }

 span { border-color: rgb(219,144,137); }

 td.TdClassName
 {
   border-color: #DB9089;
 }
 .TagClassName
 {
   border-color: #DB9089;
 }
</style>