#D89C94

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

Shades of Petite Orchid #D89C94

Tints of Petite Orchid #D89C94

Color information

#D89C94 (or 0xD89C94) is unknown color: approx Petite Orchid. HEX triplet: D8, 9C and 94. RGB value is (216,156,148). Sum of RGB (Red+Green+Blue) = 216+156+148=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89C94 is #27636B. Grayscale: #ADADAD. Windows color (decimal): -2581356 or 9739480. OLE color: 9739480.

HSL color Cylindrical-coordinate representation of color #D89C94: hue angle of 7.06º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D89C94 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB216156148-
CMYK00.280.310.15
HSL7.06º46.58%71.37%-
HSV(B)7.06º31.48%84.71%-
XYZ45.5540.5133.44-
YUV173.03113.88158.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.54%
GREEN value IS 156 (61.33% from 255) = 30%
BLUE value IS 148 (58.20% from 255) = 28.46%
R=41.54%
G=30%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615614800.280.310.157.0646.5871.37
HexD89C9401C1FF72f47
Octal3302342240343717757107
Binary1101100010011100100101000111001111111111111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89C94; }

 p { color: rgb(216,156,148); }

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

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

 a { background-color: rgb(216,156,148); }

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

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

 span { border-color: rgb(216,156,148); }

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