#D89A91

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

Shades of Petite Orchid #D89A91

Tints of Petite Orchid #D89A91

Color information

#D89A91 (or 0xD89A91) is unknown color: approx Petite Orchid. HEX triplet: D8, 9A and 91. RGB value is (216,154,145). Sum of RGB (Red+Green+Blue) = 216+154+145=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89A91 is #27656E. Grayscale: #ABABAB. Windows color (decimal): -2581871 or 9542360. OLE color: 9542360.

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

Color convert

RGB216154145-
CMYK00.290.330.15
HSL7.61º47.65%70.78%-
HSV(B)7.61º32.87%84.71%-
XYZ44.9939.7532.09-
YUV171.51113.04159.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.94%
GREEN value IS 154 (60.55% from 255) = 29.90%
BLUE value IS 145 (57.03% from 255) = 28.16%
R=41.94%
G=29.90%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615414500.290.330.157.6147.6570.78
HexD89A9101D21F83047
Octal33023222103541171060107
Binary110110001001101010010001011101100001111110001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89A91; }

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

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

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

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

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

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

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

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