#D89493

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

Shades of Petite Orchid #D89493

Tints of Petite Orchid #D89493

Color information

#D89493 (or 0xD89493) is unknown color: approx Petite Orchid. HEX triplet: D8, 94 and 93. RGB value is (216,148,147). Sum of RGB (Red+Green+Blue) = 216+148+147=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D89493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89493 is #276B6C. Grayscale: #A8A8A8. Windows color (decimal): -2583405 or 9671896. OLE color: 9671896.

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

Color convert

RGB216148147-
CMYK00.310.320.15
HSL0.87º46.94%71.18%-
HSV(B)0.87º31.94%84.71%-
XYZ44.1837.8932.59-
YUV168.22116.03162.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.27%
GREEN value IS 148 (58.20% from 255) = 28.96%
BLUE value IS 147 (57.81% from 255) = 28.77%
R=42.27%
G=28.96%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614814700.310.320.150.8746.9471.18
HexD8949301F20F12f47
Octal3302242230374017157107
Binary110110001001010010010011011111100000111111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89493; }

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

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

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

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

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

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

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

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