#D89991

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

Shades of Petite Orchid #D89991

Tints of Petite Orchid #D89991

Color information

#D89991 (or 0xD89991) is unknown color: approx Petite Orchid. HEX triplet: D8, 99 and 91. RGB value is (216,153,145). Sum of RGB (Red+Green+Blue) = 216+153+145=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D89991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89991 is #27666E. Grayscale: #ABABAB. Windows color (decimal): -2582127 or 9542104. OLE color: 9542104.

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

Color convert

RGB216153145-
CMYK00.290.330.15
HSL6.76º47.65%70.78%-
HSV(B)6.76º32.87%84.71%-
XYZ44.8239.4332.04-
YUV170.92113.37160.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.02%
GREEN value IS 153 (60.16% from 255) = 29.77%
BLUE value IS 145 (57.03% from 255) = 28.21%
R=42.02%
G=29.77%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615314500.290.330.156.7647.6570.78
HexD8999101D21F73047
Octal3302312210354117760107
Binary11011000100110011001000101110110000111111111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89991; }

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

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

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

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

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

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

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

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