#DB9889

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

Shades of Petite Orchid #DB9889

Tints of Petite Orchid #DB9889

Color information

#DB9889 (or 0xDB9889) is unknown color: approx Petite Orchid. HEX triplet: DB, 98 and 89. RGB value is (219,152,137). Sum of RGB (Red+Green+Blue) = 219+152+137=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9889 is #246776. Grayscale: #AAAAAA. Windows color (decimal): -2385783 or 9017563. OLE color: 9017563.

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

Color convert

RGB219152137-
CMYK00.310.370.14
HSL10.98º53.25%69.8%-
HSV(B)10.98º37.44%85.88%-
XYZ44.9639.3228.89-
YUV170.32109.2162.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.11%
GREEN value IS 152 (59.77% from 255) = 29.92%
BLUE value IS 137 (53.91% from 255) = 26.97%
R=43.11%
G=29.92%
B=26.97%

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
Decimal21915213700.310.370.1410.9853.2569.8
HexDB988901F25Eb3546
Octal33323021103745161365106
Binary110110111001100010001001011111100101111010111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9889; }

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

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

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

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

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

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

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

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