#D89D9A

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

Shades of Petite Orchid #D89D9A

Tints of Petite Orchid #D89D9A

Color information

#D89D9A (or 0xD89D9A) is unknown color: approx Petite Orchid. HEX triplet: D8, 9D and 9A. RGB value is (216,157,154). Sum of RGB (Red+Green+Blue) = 216+157+154=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89D9A is #276265. Grayscale: #AEAEAE. Windows color (decimal): -2581094 or 10132952. OLE color: 10132952.

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

Color convert

RGB216157154-
CMYK00.270.290.15
HSL2.9º44.29%72.55%-
HSV(B)2.9º28.7%84.71%-
XYZ46.2141.0536.06-
YUV174.3116.55157.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 157 (61.72% from 255) = 29.79%
BLUE value IS 154 (60.55% from 255) = 29.22%
R=40.99%
G=29.79%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615715400.270.290.152.944.2972.55
HexD89D9A01B1DF32c49
Octal3302352320333517354111
Binary110110001001110110011010011011111011111111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89D9A; }

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

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

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

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

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

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

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

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