#DB9389

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

Shades of Petite Orchid #DB9389

Tints of Petite Orchid #DB9389

Color information

#DB9389 (or 0xDB9389) is unknown color: approx Petite Orchid. HEX triplet: DB, 93 and 89. RGB value is (219,147,137). Sum of RGB (Red+Green+Blue) = 219+147+137=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9389 is #246C76. Grayscale: #A7A7A7. Windows color (decimal): -2387063 or 9016283. OLE color: 9016283.

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

Color convert

RGB219147137-
CMYK00.330.370.14
HSL7.32º53.25%69.8%-
HSV(B)7.32º37.44%85.88%-
XYZ44.1637.7328.62-
YUV167.39110.85164.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.54%
GREEN value IS 147 (57.81% from 255) = 29.22%
BLUE value IS 137 (53.91% from 255) = 27.24%
R=43.54%
G=29.22%
B=27.24%

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
Decimal21914713700.330.370.147.3253.2569.8
HexDB938902125E73546
Octal3332232110414516765106
Binary110110111001001110001001010000110010111101111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9389; }

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

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

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

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

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

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

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

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