#D89089

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

Shades of Petite Orchid #D89089

Tints of Petite Orchid #D89089

Color information

#D89089 (or 0xD89089) is unknown color: approx Petite Orchid. HEX triplet: D8, 90 and 89. RGB value is (216,144,137). Sum of RGB (Red+Green+Blue) = 216+144+137=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D89089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89089 is #276F76. Grayscale: #A4A4A4. Windows color (decimal): -2584439 or 9015512. OLE color: 9015512.

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

Color convert

RGB216144137-
CMYK00.330.370.15
HSL5.32º50.32%69.22%-
HSV(B)5.32º36.57%84.71%-
XYZ42.8136.3528.43-
YUV164.73112.35164.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.46%
GREEN value IS 144 (56.64% from 255) = 28.97%
BLUE value IS 137 (53.91% from 255) = 27.57%
R=43.46%
G=28.97%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614413700.330.370.155.3250.3269.22
HexD8908902125F53245
Octal3302202110414517562105
Binary110110001001000010001001010000110010111111011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89089; }

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

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

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

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

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

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

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

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