#DB9789

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

Shades of Petite Orchid #DB9789

Tints of Petite Orchid #DB9789

Color information

#DB9789 (or 0xDB9789) is unknown color: approx Petite Orchid. HEX triplet: DB, 97 and 89. RGB value is (219,151,137). Sum of RGB (Red+Green+Blue) = 219+151+137=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9789 is #246876. Grayscale: #A9A9A9. Windows color (decimal): -2386039 or 9017307. OLE color: 9017307.

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

Color convert

RGB219151137-
CMYK00.310.370.14
HSL10.24º53.25%69.8%-
HSV(B)10.24º37.44%85.88%-
XYZ44.83928.83-
YUV169.74109.53163.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.20%
GREEN value IS 151 (59.38% from 255) = 29.78%
BLUE value IS 137 (53.91% from 255) = 27.02%
R=43.20%
G=29.78%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915113700.310.370.1410.2453.2569.8
HexDB978901F25Ea3546
Octal33322721103745161265106
Binary110110111001011110001001011111100101111010101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9789; }

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

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

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

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

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

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

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

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