#D89A89

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

Shades of Petite Orchid #D89A89

Tints of Petite Orchid #D89A89

Color information

#D89A89 (or 0xD89A89) is unknown color: approx Petite Orchid. HEX triplet: D8, 9A and 89. RGB value is (216,154,137). Sum of RGB (Red+Green+Blue) = 216+154+137=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89A89 is #276576. Grayscale: #AAAAAA. Windows color (decimal): -2581879 or 9018072. OLE color: 9018072.

HSL color Cylindrical-coordinate representation of color #D89A89: hue angle of 12.91º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D89A89 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB216154137-
CMYK00.290.370.15
HSL12.91º50.32%69.22%-
HSV(B)12.91º36.57%84.71%-
XYZ44.3939.5228.95-
YUV170.6109.04160.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.60%
GREEN value IS 154 (60.55% from 255) = 30.37%
BLUE value IS 137 (53.91% from 255) = 27.02%
R=42.60%
G=30.37%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615413700.290.370.1512.9150.3269.22
HexD89A8901D25Fd3245
Octal33023221103545171562105
Binary110110001001101010001001011101100101111111011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89A89; }

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

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

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

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

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

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

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

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