#D89C93

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

Shades of Petite Orchid #D89C93

Tints of Petite Orchid #D89C93

Color information

#D89C93 (or 0xD89C93) is unknown color: approx Petite Orchid. HEX triplet: D8, 9C and 93. RGB value is (216,156,147). Sum of RGB (Red+Green+Blue) = 216+156+147=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89C93 is #27636C. Grayscale: #ADADAD. Windows color (decimal): -2581357 or 9673944. OLE color: 9673944.

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

Color convert

RGB216156147-
CMYK00.280.320.15
HSL7.83º46.94%71.18%-
HSV(B)7.83º31.94%84.71%-
XYZ45.4740.4833.02-
YUV172.91113.38158.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.62%
GREEN value IS 156 (61.33% from 255) = 30.06%
BLUE value IS 147 (57.81% from 255) = 28.32%
R=41.62%
G=30.06%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615614700.280.320.157.8346.9471.18
HexD89C9301C20F82f47
Octal33023422303440171057107
Binary110110001001110010010011011100100000111110001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89C93; }

 p { color: rgb(216,156,147); }

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

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

 a { background-color: rgb(216,156,147); }

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

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

 span { border-color: rgb(216,156,147); }

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