#DB9493

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

Shades of Petite Orchid #DB9493

Tints of Petite Orchid #DB9493

Color information

#DB9493 (or 0xDB9493) is unknown color: approx Petite Orchid. HEX triplet: DB, 94 and 93. RGB value is (219,148,147). Sum of RGB (Red+Green+Blue) = 219+148+147=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9493 is #246B6C. Grayscale: #A9A9A9. Windows color (decimal): -2386797 or 9671899. OLE color: 9671899.

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

Color convert

RGB219148147-
CMYK00.320.330.14
HSL0.83º50%71.76%-
HSV(B)0.83º32.88%85.88%-
XYZ45.0738.3532.63-
YUV169.11115.52163.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.61%
GREEN value IS 148 (58.20% from 255) = 28.79%
BLUE value IS 147 (57.81% from 255) = 28.60%
R=42.61%
G=28.79%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914814700.320.330.140.835071.76
HexDB949302021E13248
Octal3332242230404116162110
Binary1101101110010100100100110100000100001111011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9493; }

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

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

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

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

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

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

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

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