#d89695

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

Shades of Petite Orchid #D89695

Tints of Petite Orchid #D89695

Color information

#D89695 (or 0xD89695) is unknown color: approx Petite Orchid. HEX triplet: D8, 96 and 95. RGB value is (216,150,149). Sum of RGB (Red+Green+Blue) = 216+150+149=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D89695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89695 is #27696A. Grayscale: #A9A9A9. Windows color (decimal): -2582891 or 9803480. OLE color: 9803480.

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

Color convert

RGB216150149-
CMYK00.310.310.15
HSL0.9º46.21%71.57%-
HSV(B)0.9º31.02%84.71%-
XYZ44.6538.5833.53-
YUV169.62116.37161.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.94%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 149 (58.59% from 255) = 28.93%
R=41.94%
G=29.13%
B=28.93%

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
Decimal21615014900.310.310.150.946.2171.57
HexD8969501F1FF12e48
Octal3302262250373717156110
Binary11011000100101101001010101111111111111111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d89695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d89695; }

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

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

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

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

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

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

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

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