#D89189

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

Shades of Petite Orchid #D89189

Tints of Petite Orchid #D89189

Color information

#D89189 (or 0xD89189) is unknown color: approx Petite Orchid. HEX triplet: D8, 91 and 89. RGB value is (216,145,137). Sum of RGB (Red+Green+Blue) = 216+145+137=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D89189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89189 is #276E76. Grayscale: #A5A5A5. Windows color (decimal): -2584183 or 9015768. OLE color: 9015768.

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

Color convert

RGB216145137-
CMYK00.330.370.15
HSL6.08º50.32%69.22%-
HSV(B)6.08º36.57%84.71%-
XYZ42.9636.6628.48-
YUV165.32112.02164.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.37%
GREEN value IS 145 (57.03% from 255) = 29.12%
BLUE value IS 137 (53.91% from 255) = 27.51%
R=43.37%
G=29.12%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614513700.330.370.156.0850.3269.22
HexD8918902125F63245
Octal3302212110414517662105
Binary110110001001000110001001010000110010111111101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89189; }

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

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

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

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

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

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

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

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