#DB9387

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

Shades of Petite Orchid #DB9387

Tints of Petite Orchid #DB9387

Color information

#DB9387 (or 0xDB9387) is unknown color: approx Petite Orchid. HEX triplet: DB, 93 and 87. RGB value is (219,147,135). Sum of RGB (Red+Green+Blue) = 219+147+135=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9387 is #246C78. Grayscale: #A7A7A7. Windows color (decimal): -2387065 or 8885211. OLE color: 8885211.

HSL color Cylindrical-coordinate representation of color #DB9387: hue angle of 8.57º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB9387 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB219147135-
CMYK00.330.380.14
HSL8.57º53.85%69.41%-
HSV(B)8.57º38.36%85.88%-
XYZ44.0237.6827.87-
YUV167.16109.85164.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.71%
GREEN value IS 147 (57.81% from 255) = 29.34%
BLUE value IS 135 (53.12% from 255) = 26.95%
R=43.71%
G=29.34%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914713500.330.380.148.5753.8569.41
HexDB938702126E93645
Octal33322320704146161166105
Binary1101101110010011100001110100001100110111010011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9387; }

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

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

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

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

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

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

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

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