#DB9589

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

Shades of Petite Orchid #DB9589

Tints of Petite Orchid #DB9589

Color information

#DB9589 (or 0xDB9589) is unknown color: approx Petite Orchid. HEX triplet: DB, 95 and 89. RGB value is (219,149,137). Sum of RGB (Red+Green+Blue) = 219+149+137=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9589 is #246A76. Grayscale: #A8A8A8. Windows color (decimal): -2386551 or 9016795. OLE color: 9016795.

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

Color convert

RGB219149137-
CMYK00.320.370.14
HSL8.78º53.25%69.8%-
HSV(B)8.78º37.44%85.88%-
XYZ44.4838.3628.73-
YUV168.56110.19163.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.37%
GREEN value IS 149 (58.59% from 255) = 29.50%
BLUE value IS 137 (53.91% from 255) = 27.13%
R=43.37%
G=29.50%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914913700.320.370.148.7853.2569.8
HexDB958902025E93546
Octal33322521104045161165106
Binary1101101110010101100010010100000100101111010011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9589; }

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

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

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

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

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

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

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

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