#DB9B95

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

Shades of Petite Orchid #DB9B95

Tints of Petite Orchid #DB9B95

Color information

#DB9B95 (or 0xDB9B95) is unknown color: approx Petite Orchid. HEX triplet: DB, 9B and 95. RGB value is (219,155,149). Sum of RGB (Red+Green+Blue) = 219+155+149=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9B95 is #24646A. Grayscale: #ADADAD. Windows color (decimal): -2385003 or 9804763. OLE color: 9804763.

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

Color convert

RGB219155149-
CMYK00.290.320.14
HSL5.14º49.3%72.16%-
HSV(B)5.14º31.96%85.88%-
XYZ46.3640.6733.84-
YUV173.45114.2160.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.87%
GREEN value IS 155 (60.94% from 255) = 29.64%
BLUE value IS 149 (58.59% from 255) = 28.49%
R=41.87%
G=29.64%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915514900.290.320.145.1449.372.16
HexDB9B9501D20E53148
Octal3332332250354016561110
Binary11011011100110111001010101110110000011101011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9B95; }

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

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

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

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

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

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

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

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