#DB9289

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

Shades of Petite Orchid #DB9289

Tints of Petite Orchid #DB9289

Color information

#DB9289 (or 0xDB9289) is unknown color: approx Petite Orchid. HEX triplet: DB, 92 and 89. RGB value is (219,146,137). Sum of RGB (Red+Green+Blue) = 219+146+137=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9289 is #246D76. Grayscale: #A6A6A6. Windows color (decimal): -2387319 or 9016027. OLE color: 9016027.

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

Color convert

RGB219146137-
CMYK00.330.370.14
HSL6.59º53.25%69.8%-
HSV(B)6.59º37.44%85.88%-
XYZ44.0137.4228.57-
YUV166.8111.18165.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.63%
GREEN value IS 146 (57.42% from 255) = 29.08%
BLUE value IS 137 (53.91% from 255) = 27.29%
R=43.63%
G=29.08%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914613700.330.370.146.5953.2569.8
HexDB928902125E73546
Octal3332222110414516765106
Binary110110111001001010001001010000110010111101111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9289; }

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

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

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

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

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

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

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

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