#DB9F96

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

Shades of Petite Orchid #DB9F96

Tints of Petite Orchid #DB9F96

Color information

#DB9F96 (or 0xDB9F96) is unknown color: approx Petite Orchid. HEX triplet: DB, 9F and 96. RGB value is (219,159,150). Sum of RGB (Red+Green+Blue) = 219+159+150=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9F96 is #246069. Grayscale: #B0B0B0. Windows color (decimal): -2383978 or 9871323. OLE color: 9871323.

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

Color convert

RGB219159150-
CMYK00.270.320.14
HSL7.83º48.94%72.35%-
HSV(B)7.83º31.51%85.88%-
XYZ47.1242.0634.49-
YUV175.91113.38158.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.48%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 150 (58.98% from 255) = 28.41%
R=41.48%
G=30.11%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915915000.270.320.147.8348.9472.35
HexDB9F9601B20E83148
Octal33323722603340161061110
Binary110110111001111110010110011011100000111010001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9F96; }

 p { color: rgb(219,159,150); }

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

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

 a { background-color: rgb(219,159,150); }

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

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

 span { border-color: rgb(219,159,150); }

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