#DB9A95

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

Shades of Petite Orchid #DB9A95

Tints of Petite Orchid #DB9A95

Color information

#DB9A95 (or 0xDB9A95) is unknown color: approx Petite Orchid. HEX triplet: DB, 9A and 95. RGB value is (219,154,149). Sum of RGB (Red+Green+Blue) = 219+154+149=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A95 is #24656A. Grayscale: #ACACAC. Windows color (decimal): -2385259 or 9804507. OLE color: 9804507.

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

Color convert

RGB219154149-
CMYK00.300.320.14
HSL4.29º49.3%72.16%-
HSV(B)4.29º31.96%85.88%-
XYZ46.1940.3433.79-
YUV172.86114.53160.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.95%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=41.95%
G=29.50%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915414900.300.320.144.2949.372.16
HexDB9A9501E20E43148
Octal3332322250364016461110
Binary11011011100110101001010101111010000011101001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9A95; }

 p { color: rgb(219,154,149); }

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

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

 a { background-color: rgb(219,154,149); }

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

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

 span { border-color: rgb(219,154,149); }

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