#DB9388

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

Shades of Petite Orchid #DB9388

Tints of Petite Orchid #DB9388

Color information

#DB9388 (or 0xDB9388) is unknown color: approx Petite Orchid. HEX triplet: DB, 93 and 88. RGB value is (219,147,136). Sum of RGB (Red+Green+Blue) = 219+147+136=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9388 is #246C77. Grayscale: #A7A7A7. Windows color (decimal): -2387064 or 8950747. OLE color: 8950747.

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

Color convert

RGB219147136-
CMYK00.330.380.14
HSL7.95º53.55%69.61%-
HSV(B)7.95º37.9%85.88%-
XYZ44.0937.7128.25-
YUV167.27110.35164.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.63%
GREEN value IS 147 (57.81% from 255) = 29.28%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=43.63%
G=29.28%
B=27.09%

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
Decimal21914713600.330.380.147.9553.5569.61
HexDB938802126E83646
Octal33322321004146161066106
Binary1101101110010011100010000100001100110111010001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9388; }

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

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

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

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

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

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

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

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