#D89A92

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

Shades of Petite Orchid #D89A92

Tints of Petite Orchid #D89A92

Color information

#D89A92 (or 0xD89A92) is unknown color: approx Petite Orchid. HEX triplet: D8, 9A and 92. RGB value is (216,154,146). Sum of RGB (Red+Green+Blue) = 216+154+146=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89A92 is #27656D. Grayscale: #ABABAB. Windows color (decimal): -2581870 or 9607896. OLE color: 9607896.

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

Color convert

RGB216154146-
CMYK00.290.320.15
HSL6.86º47.3%70.98%-
HSV(B)6.86º32.41%84.71%-
XYZ45.0639.7932.5-
YUV171.63113.54159.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.86%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 146 (57.42% from 255) = 28.29%
R=41.86%
G=29.84%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615414600.290.320.156.8647.370.98
HexD89A9201D20F72f47
Octal3302322220354017757107
Binary11011000100110101001001001110110000011111111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89A92; }

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

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

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

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

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

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

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

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