#DB9896

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

Shades of Petite Orchid #DB9896

Tints of Petite Orchid #DB9896

Color information

#DB9896 (or 0xDB9896) is unknown color: approx Petite Orchid. HEX triplet: DB, 98 and 96. RGB value is (219,152,150). Sum of RGB (Red+Green+Blue) = 219+152+150=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9896 is #246769. Grayscale: #ABABAB. Windows color (decimal): -2385770 or 9869531. OLE color: 9869531.

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

Color convert

RGB219152150-
CMYK00.310.320.14
HSL1.74º48.94%72.35%-
HSV(B)1.74º31.51%85.88%-
XYZ45.9539.7234.1-
YUV171.8115.7161.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.03%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 150 (58.98% from 255) = 28.79%
R=42.03%
G=29.17%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915215000.310.320.141.7448.9472.35
HexDB989601F20E23148
Octal3332302260374016261110
Binary1101101110011000100101100111111000001110101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9896; }

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

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

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

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

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

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

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

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