#DB9B93

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

Shades of Petite Orchid #DB9B93

Tints of Petite Orchid #DB9B93

Color information

#DB9B93 (or 0xDB9B93) is unknown color: approx Petite Orchid. HEX triplet: DB, 9B and 93. RGB value is (219,155,147). Sum of RGB (Red+Green+Blue) = 219+155+147=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9B93 is #24646C. Grayscale: #ADADAD. Windows color (decimal): -2385005 or 9673691. OLE color: 9673691.

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

Color convert

RGB219155147-
CMYK00.290.330.14
HSL6.67º50%71.76%-
HSV(B)6.67º32.88%85.88%-
XYZ46.240.6133.01-
YUV173.22113.2160.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.03%
GREEN value IS 155 (60.94% from 255) = 29.75%
BLUE value IS 147 (57.81% from 255) = 28.21%
R=42.03%
G=29.75%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915514700.290.330.146.675071.76
HexDB9B9301D21E73248
Octal3332332230354116762110
Binary11011011100110111001001101110110000111101111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9B93; }

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

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

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

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

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

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

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

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