#DB9188

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

Shades of Petite Orchid #DB9188

Tints of Petite Orchid #DB9188

Color information

#DB9188 (or 0xDB9188) is unknown color: approx Petite Orchid. HEX triplet: DB, 91 and 88. RGB value is (219,145,136). Sum of RGB (Red+Green+Blue) = 219+145+136=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9188 is #246E77. Grayscale: #A6A6A6. Windows color (decimal): -2387576 or 8950235. OLE color: 8950235.

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

Color convert

RGB219145136-
CMYK00.340.380.14
HSL6.51º53.55%69.61%-
HSV(B)6.51º37.9%85.88%-
XYZ43.7837.0928.14-
YUV166.1111.02165.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.8%
GREEN value IS 145 (57.03% from 255) = 29%
BLUE value IS 136 (53.52% from 255) = 27.2%
R=43.8%
G=29%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914513600.340.380.146.5153.5569.61
HexDB918802226E73646
Octal3332212100424616766106
Binary110110111001000110001000010001010011011101111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9188; }

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

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

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

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

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

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

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

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