#d89392

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

Shades of Petite Orchid #D89392

Tints of Petite Orchid #D89392

Color information

#D89392 (or 0xD89392) is unknown color: approx Petite Orchid. HEX triplet: D8, 93 and 92. RGB value is (216,147,146). Sum of RGB (Red+Green+Blue) = 216+147+146=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D89392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89392 is #276C6D. Grayscale: #A7A7A7. Windows color (decimal): -2583662 or 9606104. OLE color: 9606104.

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

Color convert

RGB216147146-
CMYK00.320.320.15
HSL0.86º47.3%70.98%-
HSV(B)0.86º32.41%84.71%-
XYZ43.9437.5432.12-
YUV167.52115.86162.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.44%
GREEN value IS 147 (57.81% from 255) = 28.88%
BLUE value IS 146 (57.42% from 255) = 28.68%
R=42.44%
G=28.88%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614714600.320.320.150.8647.370.98
HexD8939202020F12f47
Octal3302232220404017157107
Binary1101100010010011100100100100000100000111111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d89392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d89392; }

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

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

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

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

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

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

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

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