#DB9392

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

Shades of Petite Orchid #DB9392

Tints of Petite Orchid #DB9392

Color information

#DB9392 (or 0xDB9392) is unknown color: approx Petite Orchid. HEX triplet: DB, 93 and 92. RGB value is (219,147,146). Sum of RGB (Red+Green+Blue) = 219+147+146=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9392 is #246C6D. Grayscale: #A8A8A8. Windows color (decimal): -2387054 or 9606107. OLE color: 9606107.

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

Color convert

RGB219147146-
CMYK00.330.330.14
HSL0.82º50.34%71.57%-
HSV(B)0.82º33.33%85.88%-
XYZ44.843832.17-
YUV168.41115.35164.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.77%
GREEN value IS 147 (57.81% from 255) = 28.71%
BLUE value IS 146 (57.42% from 255) = 28.52%
R=42.77%
G=28.71%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914714600.330.330.140.8250.3471.57
HexDB939202121E13248
Octal3332232220414116162110
Binary1101101110010011100100100100001100001111011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9392; }

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

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

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

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

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

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

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

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