#D89289

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

Shades of Petite Orchid #D89289

Tints of Petite Orchid #D89289

Color information

#D89289 (or 0xD89289) is unknown color: approx Petite Orchid. HEX triplet: D8, 92 and 89. RGB value is (216,146,137). Sum of RGB (Red+Green+Blue) = 216+146+137=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D89289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89289 is #276D76. Grayscale: #A6A6A6. Windows color (decimal): -2583927 or 9016024. OLE color: 9016024.

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

Color convert

RGB216146137-
CMYK00.320.370.15
HSL6.84º50.32%69.22%-
HSV(B)6.84º36.57%84.71%-
XYZ43.1136.9628.53-
YUV165.9111.69163.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.29%
GREEN value IS 146 (57.42% from 255) = 29.26%
BLUE value IS 137 (53.91% from 255) = 27.45%
R=43.29%
G=29.26%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614613700.320.370.156.8450.3269.22
HexD8928902025F73245
Octal3302222110404517762105
Binary110110001001001010001001010000010010111111111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89289; }

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

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

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

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

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

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

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

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