#D89F9A

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

Shades of Petite Orchid #D89F9A

Tints of Petite Orchid #D89F9A

Color information

#D89F9A (or 0xD89F9A) is unknown color: approx Petite Orchid. HEX triplet: D8, 9F and 9A. RGB value is (216,159,154). Sum of RGB (Red+Green+Blue) = 216+159+154=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89F9A is #276065. Grayscale: #AFAFAF. Windows color (decimal): -2580582 or 10133464. OLE color: 10133464.

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

Color convert

RGB216159154-
CMYK00.260.290.15
HSL4.84º44.29%72.55%-
HSV(B)4.84º28.7%84.71%-
XYZ46.5541.7336.17-
YUV175.47115.88156.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.83%
GREEN value IS 159 (62.5% from 255) = 30.06%
BLUE value IS 154 (60.55% from 255) = 29.11%
R=40.83%
G=30.06%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615915400.260.290.154.8444.2972.55
HexD89F9A01A1DF52c49
Octal3302372320323517554111
Binary1101100010011111100110100110101110111111011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89F9A; }

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

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

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

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

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

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

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

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