#D89594

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

Shades of Petite Orchid #D89594

Tints of Petite Orchid #D89594

Color information

#D89594 (or 0xD89594) is unknown color: approx Petite Orchid. HEX triplet: D8, 95 and 94. RGB value is (216,149,148). Sum of RGB (Red+Green+Blue) = 216+149+148=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D89594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89594 is #276A6B. Grayscale: #A8A8A8. Windows color (decimal): -2583148 or 9737688. OLE color: 9737688.

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

Color convert

RGB216149148-
CMYK00.310.310.15
HSL0.88º46.58%71.37%-
HSV(B)0.88º31.48%84.71%-
XYZ44.4138.2333.06-
YUV168.92116.2161.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.11%
GREEN value IS 149 (58.59% from 255) = 29.04%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=42.11%
G=29.04%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614914800.310.310.150.8846.5871.37
HexD8959401F1FF12f47
Octal3302252240373717157107
Binary11011000100101011001010001111111111111111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89594; }

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

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

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

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

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

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

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

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