#D89A8D

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

Shades of Petite Orchid #D89A8D

Tints of Petite Orchid #D89A8D

Color information

#D89A8D (or 0xD89A8D) is unknown color: approx Petite Orchid. HEX triplet: D8, 9A and 8D. RGB value is (216,154,141). Sum of RGB (Red+Green+Blue) = 216+154+141=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89A8D is #276572. Grayscale: #ABABAB. Windows color (decimal): -2581875 or 9280216. OLE color: 9280216.

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

Color convert

RGB216154141-
CMYK00.290.350.15
HSL10.4º49.02%70%-
HSV(B)10.4º34.72%84.71%-
XYZ44.6839.6330.49-
YUV171.06111.04160.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.27%
GREEN value IS 154 (60.55% from 255) = 30.14%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=42.27%
G=30.14%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615414100.290.350.1510.449.0270
HexD89A8D01D23Fa3146
Octal33023221503543171261106
Binary110110001001101010001101011101100011111110101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89A8D; }

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

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

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

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

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

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

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

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