#D89A94

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

Shades of Petite Orchid #D89A94

Tints of Petite Orchid #D89A94

Color information

#D89A94 (or 0xD89A94) is unknown color: approx Petite Orchid. HEX triplet: D8, 9A and 94. RGB value is (216,154,148). Sum of RGB (Red+Green+Blue) = 216+154+148=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89A94 is #27656B. Grayscale: #ABABAB. Windows color (decimal): -2581868 or 9738968. OLE color: 9738968.

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

Color convert

RGB216154148-
CMYK00.290.310.15
HSL5.29º46.58%71.37%-
HSV(B)5.29º31.48%84.71%-
XYZ45.2239.8533.33-
YUV171.85114.54159.49-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.70%
GREEN value IS 154 (60.55% from 255) = 29.73%
BLUE value IS 148 (58.20% from 255) = 28.57%
R=41.70%
G=29.73%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615414800.290.310.155.2946.5871.37
HexD89A9401D1FF52f47
Octal3302322240353717557107
Binary1101100010011010100101000111011111111111011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89A94; }

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

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

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

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

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

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

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

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