#DB9F97

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

Shades of Petite Orchid #DB9F97

Tints of Petite Orchid #DB9F97

Color information

#DB9F97 (or 0xDB9F97) is unknown color: approx Petite Orchid. HEX triplet: DB, 9F and 97. RGB value is (219,159,151). Sum of RGB (Red+Green+Blue) = 219+159+151=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9F97 is #246068. Grayscale: #B0B0B0. Windows color (decimal): -2383977 or 9936859. OLE color: 9936859.

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

Color convert

RGB219159151-
CMYK00.270.310.14
HSL7.06º48.57%72.55%-
HSV(B)7.06º31.05%85.88%-
XYZ47.242.0934.91-
YUV176.03113.88158.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.40%
GREEN value IS 159 (62.5% from 255) = 30.06%
BLUE value IS 151 (59.38% from 255) = 28.54%
R=41.40%
G=30.06%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915915100.270.310.147.0648.5772.55
HexDB9F9701B1FE73149
Octal3332372270333716761111
Binary1101101110011111100101110110111111111101111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9F97; }

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

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

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

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

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

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

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

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